Shades of Light Slate Blue #766CFD
Tints of Light Slate Blue #766CFD
RGB
CMYK
RGB Variations
Color information
#766CFD (or 0x766CFD) is known color: Light Slate Blue. HEX triplet: 76, 6C and FD. RGB value is (118,108,253). Sum of RGB (Red+Green+Blue) = 118+108+253=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #766CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CFD is #899302. Grayscale: #7E7E7E. Windows color (decimal): -9016067 or 16608374. OLE color: 16608374.
HSL color Cylindrical-coordinate representation of color #766CFD: hue angle of 244.14º degrees, saturation: 0.97, 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 #766CFD is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 108 | 253 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.01 |
| HSL | 244.14º | 0.97% | 0.71% | - |
| HSV(B) | 244.14º | 0.57% | 0.99% | - |
| XYZ | 30.56 | 21.67 | 95.5 | - |
| YUV | 127.52 | 198.81 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 253 | 0.53 | 0.57 | 0 | 0.01 | 244.14 | 0.97 | 0.71 |
| Hex | 76 | 6C | FD | 35 | 39 | 0 | 1 | F4 | 61 | 47 |
| Octal | 166 | 154 | 375 | 65 | 71 | 0 | 1 | 364 | 141 | 107 |
| Binary | 1110110 | 1101100 | 11111101 | 110101 | 111001 | 0 | 1 | 11110100 | 1100001 | 1000111 |
Color Harmonies of #766CFD
Complementary color
Monochromatic Colors of #766CFD
Black with #766CFD
Text Example
Text Example
White with #766CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CFD; }
p { color: rgb(118,108,253); }
H1.HeaderClassName
{
color: #766CFD;
}
.AnyTagClassName
{
color: #766CFD;
}
</style>
background-color css
<style>
a { background-color: #766CFD; }
a { background-color: rgb(118,108,253); }
div.DivClassName
{
background-color: #766CFD;
}
.BgClassName
{
background-color: #766CFD;
}
</style>
border-color css
<style>
span { border-color: #766CFD; }
span { border-color: rgb(118,108,253); }
td.TdClassName
{
border-color: #766CFD;
}
.TagClassName
{
border-color: #766CFD;
}
</style>