Shades of Light Slate Blue #766BFC
Tints of Light Slate Blue #766BFC
RGB
CMYK
RGB Variations
Color information
#766BFC (or 0x766BFC) is known color: Light Slate Blue. HEX triplet: 76, 6B and FC. RGB value is (118,107,252). Sum of RGB (Red+Green+Blue) = 118+107+252=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #766BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BFC is #899403. Grayscale: #7E7E7E. Windows color (decimal): -9016324 or 16542582. OLE color: 16542582.
HSL color Cylindrical-coordinate representation of color #766BFC: hue angle of 244.55º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766BFC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 107 | 252 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.01 |
| HSL | 244.55º | 0.96% | 0.7% | - |
| HSV(B) | 244.55º | 0.58% | 0.99% | - |
| XYZ | 30.3 | 21.4 | 94.63 | - |
| YUV | 126.82 | 198.64 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 252 | 0.53 | 0.58 | 0 | 0.01 | 244.55 | 0.96 | 0.7 |
| Hex | 76 | 6B | FC | 35 | 3A | 0 | 1 | F5 | 60 | 46 |
| Octal | 166 | 153 | 374 | 65 | 72 | 0 | 1 | 365 | 140 | 106 |
| Binary | 1110110 | 1101011 | 11111100 | 110101 | 111010 | 0 | 1 | 11110101 | 1100000 | 1000110 |
Color Harmonies of #766BFC
Complementary color
Monochromatic Colors of #766BFC
Black with #766BFC
Text Example
Text Example
White with #766BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BFC; }
p { color: rgb(118,107,252); }
H1.HeaderClassName
{
color: #766BFC;
}
.AnyTagClassName
{
color: #766BFC;
}
</style>
background-color css
<style>
a { background-color: #766BFC; }
a { background-color: rgb(118,107,252); }
div.DivClassName
{
background-color: #766BFC;
}
.BgClassName
{
background-color: #766BFC;
}
</style>
border-color css
<style>
span { border-color: #766BFC; }
span { border-color: rgb(118,107,252); }
td.TdClassName
{
border-color: #766BFC;
}
.TagClassName
{
border-color: #766BFC;
}
</style>