Shades of Light Slate Blue #7865FE
Tints of Light Slate Blue #7865FE
RGB
CMYK
RGB Variations
Color information
#7865FE (or 0x7865FE) is known color: Light Slate Blue. HEX triplet: 78, 65 and FE. RGB value is (120,101,254). Sum of RGB (Red+Green+Blue) = 120+101+254=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #7865FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7865FE is #879A01. Grayscale: #7B7B7B. Windows color (decimal): -8886786 or 16672120. OLE color: 16672120.
HSL color Cylindrical-coordinate representation of color #7865FE: hue angle of 247.45º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7865FE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 101 | 254 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.00 |
| HSL | 247.45º | 0.99% | 0.7% | - |
| HSV(B) | 247.45º | 0.6% | 1% | - |
| XYZ | 30.29 | 20.46 | 96.12 | - |
| YUV | 124.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 254 | 0.53 | 0.60 | 0 | 0.00 | 247.45 | 0.99 | 0.7 |
| Hex | 78 | 65 | FE | 35 | 3C | 0 | 0 | F7 | 63 | 46 |
| Octal | 170 | 145 | 376 | 65 | 74 | 0 | 0 | 367 | 143 | 106 |
| Binary | 1111000 | 1100101 | 11111110 | 110101 | 111100 | 0 | 0 | 11110111 | 1100011 | 1000110 |
Color Harmonies of #7865FE
Complementary color
Monochromatic Colors of #7865FE
Black with #7865FE
Text Example
Text Example
White with #7865FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865FE; }
p { color: rgb(120,101,254); }
H1.HeaderClassName
{
color: #7865FE;
}
.AnyTagClassName
{
color: #7865FE;
}
</style>
background-color css
<style>
a { background-color: #7865FE; }
a { background-color: rgb(120,101,254); }
div.DivClassName
{
background-color: #7865FE;
}
.BgClassName
{
background-color: #7865FE;
}
</style>
border-color css
<style>
span { border-color: #7865FE; }
span { border-color: rgb(120,101,254); }
td.TdClassName
{
border-color: #7865FE;
}
.TagClassName
{
border-color: #7865FE;
}
</style>