Shades of Slate Blue #795CCE
Tints of Slate Blue #795CCE
RGB
CMYK
RGB Variations
Color information
#795CCE (or 0x795CCE) is known color: Slate Blue. HEX triplet: 79, 5C and CE. RGB value is (121,92,206). Sum of RGB (Red+Green+Blue) = 121+92+206=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #795CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CCE is #86A331. Grayscale: #717171. Windows color (decimal): -8823602 or 13524089. OLE color: 13524089.
HSL color Cylindrical-coordinate representation of color #795CCE: hue angle of 255.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #795CCE is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 92 | 206 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.19 |
| HSL | 255.26º | 0.54% | 0.58% | - |
| HSV(B) | 255.26º | 0.55% | 0.81% | - |
| XYZ | 22.85 | 16.18 | 60.31 | - |
| YUV | 113.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 206 | 0.41 | 0.55 | 0 | 0.19 | 255.26 | 0.54 | 0.58 |
| Hex | 79 | 5C | CE | 29 | 37 | 0 | 13 | FF | 36 | 3A |
| Octal | 171 | 134 | 316 | 51 | 67 | 0 | 23 | 377 | 66 | 72 |
| Binary | 1111001 | 1011100 | 11001110 | 101001 | 110111 | 0 | 10011 | 11111111 | 110110 | 111010 |
Color Harmonies of #795CCE
Complementary color
Monochromatic Colors of #795CCE
Black with #795CCE
Text Example
Text Example
White with #795CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795CCE; }
p { color: rgb(121,92,206); }
H1.HeaderClassName
{
color: #795CCE;
}
.AnyTagClassName
{
color: #795CCE;
}
</style>
background-color css
<style>
a { background-color: #795CCE; }
a { background-color: rgb(121,92,206); }
div.DivClassName
{
background-color: #795CCE;
}
.BgClassName
{
background-color: #795CCE;
}
</style>
border-color css
<style>
span { border-color: #795CCE; }
span { border-color: rgb(121,92,206); }
td.TdClassName
{
border-color: #795CCE;
}
.TagClassName
{
border-color: #795CCE;
}
</style>