Shades of Light Slate Blue #7864FF
Tints of Light Slate Blue #7864FF
RGB
CMYK
RGB Variations
Color information
#7864FF (or 0x7864FF) is known color: Light Slate Blue. HEX triplet: 78, 64 and FF. RGB value is (120,100,255). Sum of RGB (Red+Green+Blue) = 120+100+255=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #7864FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7864FF is #879B00. Grayscale: #7B7B7B. Windows color (decimal): -8887041 or 16737400. OLE color: 16737400.
HSL color Cylindrical-coordinate representation of color #7864FF: hue angle of 247.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7864FF is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 100 | 255 | - |
| CMYK | 0.53 | 0.61 | 0 | 0 |
| HSL | 247.74º | 1% | 0.7% | - |
| HSV(B) | 247.74º | 0.61% | 1% | - |
| XYZ | 30.35 | 20.33 | 96.93 | - |
| YUV | 123.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 255 | 0.53 | 0.61 | 0 | 0 | 247.74 | 1 | 0.7 |
| Hex | 78 | 64 | FF | 35 | 3D | 0 | 0 | F8 | 64 | 46 |
| Octal | 170 | 144 | 377 | 65 | 75 | 0 | 0 | 370 | 144 | 106 |
| Binary | 1111000 | 1100100 | 11111111 | 110101 | 111101 | 0 | 0 | 11111000 | 1100100 | 1000110 |
Color Harmonies of #7864FF
Complementary color
Monochromatic Colors of #7864FF
Black with #7864FF
Text Example
Text Example
White with #7864FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7864FF; }
p { color: rgb(120,100,255); }
H1.HeaderClassName
{
color: #7864FF;
}
.AnyTagClassName
{
color: #7864FF;
}
</style>
background-color css
<style>
a { background-color: #7864FF; }
a { background-color: rgb(120,100,255); }
div.DivClassName
{
background-color: #7864FF;
}
.BgClassName
{
background-color: #7864FF;
}
</style>
border-color css
<style>
span { border-color: #7864FF; }
span { border-color: rgb(120,100,255); }
td.TdClassName
{
border-color: #7864FF;
}
.TagClassName
{
border-color: #7864FF;
}
</style>