Shades of Light Slate Blue #7871FF
Tints of Light Slate Blue #7871FF
RGB
CMYK
RGB Variations
Color information
#7871FF (or 0x7871FF) is known color: Light Slate Blue. HEX triplet: 78, 71 and FF. RGB value is (120,113,255). Sum of RGB (Red+Green+Blue) = 120+113+255=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #7871FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7871FF is #878E00. Grayscale: #828282. Windows color (decimal): -8883713 or 16740728. OLE color: 16740728.
HSL color Cylindrical-coordinate representation of color #7871FF: hue angle of 242.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7871FF is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 113 | 255 | - |
| CMYK | 0.53 | 0.56 | 0 | 0 |
| HSL | 242.96º | 1% | 0.72% | - |
| HSV(B) | 242.96º | 0.56% | 1% | - |
| XYZ | 31.7 | 23.02 | 97.38 | - |
| YUV | 131.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 255 | 0.53 | 0.56 | 0 | 0 | 242.96 | 1 | 0.72 |
| Hex | 78 | 71 | FF | 35 | 38 | 0 | 0 | F3 | 64 | 48 |
| Octal | 170 | 161 | 377 | 65 | 70 | 0 | 0 | 363 | 144 | 110 |
| Binary | 1111000 | 1110001 | 11111111 | 110101 | 111000 | 0 | 0 | 11110011 | 1100100 | 1001000 |
Color Harmonies of #7871FF
Complementary color
Monochromatic Colors of #7871FF
Black with #7871FF
Text Example
Text Example
White with #7871FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7871FF; }
p { color: rgb(120,113,255); }
H1.HeaderClassName
{
color: #7871FF;
}
.AnyTagClassName
{
color: #7871FF;
}
</style>
background-color css
<style>
a { background-color: #7871FF; }
a { background-color: rgb(120,113,255); }
div.DivClassName
{
background-color: #7871FF;
}
.BgClassName
{
background-color: #7871FF;
}
</style>
border-color css
<style>
span { border-color: #7871FF; }
span { border-color: rgb(120,113,255); }
td.TdClassName
{
border-color: #7871FF;
}
.TagClassName
{
border-color: #7871FF;
}
</style>