Shades of Light Slate Blue #766CFC
Tints of Light Slate Blue #766CFC
RGB
CMYK
RGB Variations
Color information
#766CFC (or 0x766CFC) is known color: Light Slate Blue. HEX triplet: 76, 6C and FC. RGB value is (118,108,252). Sum of RGB (Red+Green+Blue) = 118+108+252=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #766CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CFC is #899303. Grayscale: #7E7E7E. Windows color (decimal): -9016068 or 16542838. OLE color: 16542838.
HSL color Cylindrical-coordinate representation of color #766CFC: hue angle of 244.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #766CFC is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 108 | 252 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.01 |
| HSL | 244.17º | 0.96% | 0.71% | - |
| HSV(B) | 244.17º | 0.57% | 0.99% | - |
| XYZ | 30.4 | 21.6 | 94.66 | - |
| YUV | 127.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 252 | 0.53 | 0.57 | 0 | 0.01 | 244.17 | 0.96 | 0.71 |
| Hex | 76 | 6C | FC | 35 | 39 | 0 | 1 | F4 | 60 | 47 |
| Octal | 166 | 154 | 374 | 65 | 71 | 0 | 1 | 364 | 140 | 107 |
| Binary | 1110110 | 1101100 | 11111100 | 110101 | 111001 | 0 | 1 | 11110100 | 1100000 | 1000111 |
Color Harmonies of #766CFC
Complementary color
Monochromatic Colors of #766CFC
Black with #766CFC
Text Example
Text Example
White with #766CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CFC; }
p { color: rgb(118,108,252); }
H1.HeaderClassName
{
color: #766CFC;
}
.AnyTagClassName
{
color: #766CFC;
}
</style>
background-color css
<style>
a { background-color: #766CFC; }
a { background-color: rgb(118,108,252); }
div.DivClassName
{
background-color: #766CFC;
}
.BgClassName
{
background-color: #766CFC;
}
</style>
border-color css
<style>
span { border-color: #766CFC; }
span { border-color: rgb(118,108,252); }
td.TdClassName
{
border-color: #766CFC;
}
.TagClassName
{
border-color: #766CFC;
}
</style>