Shades of Slate Blue #7766CE
Tints of Slate Blue #7766CE
RGB
CMYK
RGB Variations
Color information
#7766CE (or 0x7766CE) is known color: Slate Blue. HEX triplet: 77, 66 and CE. RGB value is (119,102,206). Sum of RGB (Red+Green+Blue) = 119+102+206=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #7766CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766CE is #889931. Grayscale: #767676. Windows color (decimal): -8952114 or 13526647. OLE color: 13526647.
HSL color Cylindrical-coordinate representation of color #7766CE: hue angle of 249.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7766CE is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 102 | 206 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.19 |
| HSL | 249.81º | 0.51% | 0.6% | - |
| HSV(B) | 249.81º | 0.5% | 0.81% | - |
| XYZ | 23.5 | 17.88 | 60.61 | - |
| YUV | 118.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 206 | 0.42 | 0.50 | 0 | 0.19 | 249.81 | 0.51 | 0.6 |
| Hex | 77 | 66 | CE | 2A | 32 | 0 | 13 | FA | 33 | 3C |
| Octal | 167 | 146 | 316 | 52 | 62 | 0 | 23 | 372 | 63 | 74 |
| Binary | 1110111 | 1100110 | 11001110 | 101010 | 110010 | 0 | 10011 | 11111010 | 110011 | 111100 |
Color Harmonies of #7766CE
Complementary color
Monochromatic Colors of #7766CE
Black with #7766CE
Text Example
Text Example
White with #7766CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766CE; }
p { color: rgb(119,102,206); }
H1.HeaderClassName
{
color: #7766CE;
}
.AnyTagClassName
{
color: #7766CE;
}
</style>
background-color css
<style>
a { background-color: #7766CE; }
a { background-color: rgb(119,102,206); }
div.DivClassName
{
background-color: #7766CE;
}
.BgClassName
{
background-color: #7766CE;
}
</style>
border-color css
<style>
span { border-color: #7766CE; }
span { border-color: rgb(119,102,206); }
td.TdClassName
{
border-color: #7766CE;
}
.TagClassName
{
border-color: #7766CE;
}
</style>