Shades of Slate Blue #7665CE
Tints of Slate Blue #7665CE
RGB
CMYK
RGB Variations
Color information
#7665CE (or 0x7665CE) is known color: Slate Blue. HEX triplet: 76, 65 and CE. RGB value is (118,101,206). Sum of RGB (Red+Green+Blue) = 118+101+206=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #7665CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665CE is #899A31. Grayscale: #757575. Windows color (decimal): -9017906 or 13526390. OLE color: 13526390.
HSL color Cylindrical-coordinate representation of color #7665CE: hue angle of 249.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7665CE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 101 | 206 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.19 |
| HSL | 249.71º | 0.52% | 0.6% | - |
| HSV(B) | 249.71º | 0.51% | 0.81% | - |
| XYZ | 23.27 | 17.62 | 60.57 | - |
| YUV | 118.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 206 | 0.43 | 0.51 | 0 | 0.19 | 249.71 | 0.52 | 0.6 |
| Hex | 76 | 65 | CE | 2B | 33 | 0 | 13 | FA | 34 | 3C |
| Octal | 166 | 145 | 316 | 53 | 63 | 0 | 23 | 372 | 64 | 74 |
| Binary | 1110110 | 1100101 | 11001110 | 101011 | 110011 | 0 | 10011 | 11111010 | 110100 | 111100 |
Color Harmonies of #7665CE
Complementary color
Monochromatic Colors of #7665CE
Black with #7665CE
Text Example
Text Example
White with #7665CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7665CE; }
p { color: rgb(118,101,206); }
H1.HeaderClassName
{
color: #7665CE;
}
.AnyTagClassName
{
color: #7665CE;
}
</style>
background-color css
<style>
a { background-color: #7665CE; }
a { background-color: rgb(118,101,206); }
div.DivClassName
{
background-color: #7665CE;
}
.BgClassName
{
background-color: #7665CE;
}
</style>
border-color css
<style>
span { border-color: #7665CE; }
span { border-color: rgb(118,101,206); }
td.TdClassName
{
border-color: #7665CE;
}
.TagClassName
{
border-color: #7665CE;
}
</style>