Shades of Light Slate Blue #766EFC
Tints of Light Slate Blue #766EFC
RGB
CMYK
RGB Variations
Color information
#766EFC (or 0x766EFC) is known color: Light Slate Blue. HEX triplet: 76, 6E and FC. RGB value is (118,110,252). Sum of RGB (Red+Green+Blue) = 118+110+252=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #766EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EFC is #899103. Grayscale: #808080. Windows color (decimal): -9015556 or 16543350. OLE color: 16543350.
HSL color Cylindrical-coordinate representation of color #766EFC: hue angle of 243.38º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766EFC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 110 | 252 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.01 |
| HSL | 243.38º | 0.96% | 0.71% | - |
| HSV(B) | 243.38º | 0.56% | 0.99% | - |
| XYZ | 30.62 | 22.03 | 94.73 | - |
| YUV | 128.58 | 197.65 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 252 | 0.53 | 0.56 | 0 | 0.01 | 243.38 | 0.96 | 0.71 |
| Hex | 76 | 6E | FC | 35 | 38 | 0 | 1 | F3 | 60 | 47 |
| Octal | 166 | 156 | 374 | 65 | 70 | 0 | 1 | 363 | 140 | 107 |
| Binary | 1110110 | 1101110 | 11111100 | 110101 | 111000 | 0 | 1 | 11110011 | 1100000 | 1000111 |
Color Harmonies of #766EFC
Complementary color
Monochromatic Colors of #766EFC
Black with #766EFC
Text Example
Text Example
White with #766EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EFC; }
p { color: rgb(118,110,252); }
H1.HeaderClassName
{
color: #766EFC;
}
.AnyTagClassName
{
color: #766EFC;
}
</style>
background-color css
<style>
a { background-color: #766EFC; }
a { background-color: rgb(118,110,252); }
div.DivClassName
{
background-color: #766EFC;
}
.BgClassName
{
background-color: #766EFC;
}
</style>
border-color css
<style>
span { border-color: #766EFC; }
span { border-color: rgb(118,110,252); }
td.TdClassName
{
border-color: #766EFC;
}
.TagClassName
{
border-color: #766EFC;
}
</style>