Shades of Light Slate Blue #786EFC
Tints of Light Slate Blue #786EFC
RGB
CMYK
RGB Variations
Color information
#786EFC (or 0x786EFC) is known color: Light Slate Blue. HEX triplet: 78, 6E and FC. RGB value is (120,110,252). Sum of RGB (Red+Green+Blue) = 120+110+252=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #786EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786EFC is #879103. Grayscale: #808080. Windows color (decimal): -8884484 or 16543352. OLE color: 16543352.
HSL color Cylindrical-coordinate representation of color #786EFC: hue angle of 244.23º 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 #786EFC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 110 | 252 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.01 |
| HSL | 244.23º | 0.96% | 0.71% | - |
| HSV(B) | 244.23º | 0.56% | 0.99% | - |
| XYZ | 30.89 | 22.17 | 94.75 | - |
| YUV | 129.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 252 | 0.52 | 0.56 | 0 | 0.01 | 244.23 | 0.96 | 0.71 |
| Hex | 78 | 6E | FC | 34 | 38 | 0 | 1 | F4 | 60 | 47 |
| Octal | 170 | 156 | 374 | 64 | 70 | 0 | 1 | 364 | 140 | 107 |
| Binary | 1111000 | 1101110 | 11111100 | 110100 | 111000 | 0 | 1 | 11110100 | 1100000 | 1000111 |
Color Harmonies of #786EFC
Complementary color
Monochromatic Colors of #786EFC
Black with #786EFC
Text Example
Text Example
White with #786EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EFC; }
p { color: rgb(120,110,252); }
H1.HeaderClassName
{
color: #786EFC;
}
.AnyTagClassName
{
color: #786EFC;
}
</style>
background-color css
<style>
a { background-color: #786EFC; }
a { background-color: rgb(120,110,252); }
div.DivClassName
{
background-color: #786EFC;
}
.BgClassName
{
background-color: #786EFC;
}
</style>
border-color css
<style>
span { border-color: #786EFC; }
span { border-color: rgb(120,110,252); }
td.TdClassName
{
border-color: #786EFC;
}
.TagClassName
{
border-color: #786EFC;
}
</style>