Shades of Slate Blue #7B66CE
Tints of Slate Blue #7B66CE
RGB
CMYK
RGB Variations
Color information
#7B66CE (or 0x7B66CE) is known color: Slate Blue. HEX triplet: 7B, 66 and CE. RGB value is (123,102,206). Sum of RGB (Red+Green+Blue) = 123+102+206=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B66CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66CE is #849931. Grayscale: #777777. Windows color (decimal): -8689970 or 13526651. OLE color: 13526651.
HSL color Cylindrical-coordinate representation of color #7B66CE: hue angle of 252.12º 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 #7B66CE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 102 | 206 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.19 |
| HSL | 252.12º | 0.51% | 0.6% | - |
| HSV(B) | 252.12º | 0.5% | 0.81% | - |
| XYZ | 24.06 | 18.17 | 60.63 | - |
| YUV | 120.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 206 | 0.40 | 0.50 | 0 | 0.19 | 252.12 | 0.51 | 0.6 |
| Hex | 7B | 66 | CE | 28 | 32 | 0 | 13 | FC | 33 | 3C |
| Octal | 173 | 146 | 316 | 50 | 62 | 0 | 23 | 374 | 63 | 74 |
| Binary | 1111011 | 1100110 | 11001110 | 101000 | 110010 | 0 | 10011 | 11111100 | 110011 | 111100 |
Color Harmonies of #7B66CE
Complementary color
Monochromatic Colors of #7B66CE
Black with #7B66CE
Text Example
Text Example
White with #7B66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B66CE; }
p { color: rgb(123,102,206); }
H1.HeaderClassName
{
color: #7B66CE;
}
.AnyTagClassName
{
color: #7B66CE;
}
</style>
background-color css
<style>
a { background-color: #7B66CE; }
a { background-color: rgb(123,102,206); }
div.DivClassName
{
background-color: #7B66CE;
}
.BgClassName
{
background-color: #7B66CE;
}
</style>
border-color css
<style>
span { border-color: #7B66CE; }
span { border-color: rgb(123,102,206); }
td.TdClassName
{
border-color: #7B66CE;
}
.TagClassName
{
border-color: #7B66CE;
}
</style>