Shades of Light Slate Blue #7872FA
Tints of Light Slate Blue #7872FA
RGB
CMYK
RGB Variations
Color information
#7872FA (or 0x7872FA) is known color: Light Slate Blue. HEX triplet: 78, 72 and FA. RGB value is (120,114,250). Sum of RGB (Red+Green+Blue) = 120+114+250=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #7872FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7872FA is #878D05. Grayscale: #828282. Windows color (decimal): -8883462 or 16413304. OLE color: 16413304.
HSL color Cylindrical-coordinate representation of color #7872FA: hue angle of 242.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7872FA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 114 | 250 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.02 |
| HSL | 242.65º | 0.93% | 0.71% | - |
| HSV(B) | 242.65º | 0.54% | 0.98% | - |
| XYZ | 31.02 | 22.93 | 93.23 | - |
| YUV | 131.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 250 | 0.52 | 0.54 | 0 | 0.02 | 242.65 | 0.93 | 0.71 |
| Hex | 78 | 72 | FA | 34 | 36 | 0 | 2 | F3 | 5D | 47 |
| Octal | 170 | 162 | 372 | 64 | 66 | 0 | 2 | 363 | 135 | 107 |
| Binary | 1111000 | 1110010 | 11111010 | 110100 | 110110 | 0 | 10 | 11110011 | 1011101 | 1000111 |
Color Harmonies of #7872FA
Complementary color
Monochromatic Colors of #7872FA
Black with #7872FA
Text Example
Text Example
White with #7872FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7872FA; }
p { color: rgb(120,114,250); }
H1.HeaderClassName
{
color: #7872FA;
}
.AnyTagClassName
{
color: #7872FA;
}
</style>
background-color css
<style>
a { background-color: #7872FA; }
a { background-color: rgb(120,114,250); }
div.DivClassName
{
background-color: #7872FA;
}
.BgClassName
{
background-color: #7872FA;
}
</style>
border-color css
<style>
span { border-color: #7872FA; }
span { border-color: rgb(120,114,250); }
td.TdClassName
{
border-color: #7872FA;
}
.TagClassName
{
border-color: #7872FA;
}
</style>