Shades of Slate Blue #795ECE
Tints of Slate Blue #795ECE
RGB
CMYK
RGB Variations
Color information
#795ECE (or 0x795ECE) is known color: Slate Blue. HEX triplet: 79, 5E and CE. RGB value is (121,94,206). Sum of RGB (Red+Green+Blue) = 121+94+206=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #795ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ECE is #86A131. Grayscale: #727272. Windows color (decimal): -8823090 or 13524601. OLE color: 13524601.
HSL color Cylindrical-coordinate representation of color #795ECE: hue angle of 254.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #795ECE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 94 | 206 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.19 |
| HSL | 254.46º | 0.53% | 0.59% | - |
| HSV(B) | 254.46º | 0.54% | 0.81% | - |
| XYZ | 23.03 | 16.53 | 60.37 | - |
| YUV | 114.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 206 | 0.41 | 0.54 | 0 | 0.19 | 254.46 | 0.53 | 0.59 |
| Hex | 79 | 5E | CE | 29 | 36 | 0 | 13 | FE | 35 | 3B |
| Octal | 171 | 136 | 316 | 51 | 66 | 0 | 23 | 376 | 65 | 73 |
| Binary | 1111001 | 1011110 | 11001110 | 101001 | 110110 | 0 | 10011 | 11111110 | 110101 | 111011 |
Color Harmonies of #795ECE
Complementary color
Monochromatic Colors of #795ECE
Black with #795ECE
Text Example
Text Example
White with #795ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795ECE; }
p { color: rgb(121,94,206); }
H1.HeaderClassName
{
color: #795ECE;
}
.AnyTagClassName
{
color: #795ECE;
}
</style>
background-color css
<style>
a { background-color: #795ECE; }
a { background-color: rgb(121,94,206); }
div.DivClassName
{
background-color: #795ECE;
}
.BgClassName
{
background-color: #795ECE;
}
</style>
border-color css
<style>
span { border-color: #795ECE; }
span { border-color: rgb(121,94,206); }
td.TdClassName
{
border-color: #795ECE;
}
.TagClassName
{
border-color: #795ECE;
}
</style>