Shades of Light Slate Blue #7881FF
Tints of Light Slate Blue #7881FF
RGB
CMYK
RGB Variations
Color information
#7881FF (or 0x7881FF) is known color: Light Slate Blue. HEX triplet: 78, 81 and FF. RGB value is (120,129,255). Sum of RGB (Red+Green+Blue) = 120+129+255=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #7881FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7881FF is #877E00. Grayscale: #8C8C8C. Windows color (decimal): -8879617 or 16744824. OLE color: 16744824.
HSL color Cylindrical-coordinate representation of color #7881FF: hue angle of 236º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7881FF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 129 | 255 | - |
| CMYK | 0.53 | 0.49 | 0 | 0 |
| HSL | 236º | 1% | 0.74% | - |
| HSV(B) | 236º | 0.53% | 1% | - |
| XYZ | 33.65 | 26.91 | 98.03 | - |
| YUV | 140.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 255 | 0.53 | 0.49 | 0 | 0 | 236 | 1 | 0.74 |
| Hex | 78 | 81 | FF | 35 | 31 | 0 | 0 | EC | 64 | 4A |
| Octal | 170 | 201 | 377 | 65 | 61 | 0 | 0 | 354 | 144 | 112 |
| Binary | 1111000 | 10000001 | 11111111 | 110101 | 110001 | 0 | 0 | 11101100 | 1100100 | 1001010 |
Color Harmonies of #7881FF
Complementary color
Monochromatic Colors of #7881FF
Black with #7881FF
Text Example
Text Example
White with #7881FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881FF; }
p { color: rgb(120,129,255); }
H1.HeaderClassName
{
color: #7881FF;
}
.AnyTagClassName
{
color: #7881FF;
}
</style>
background-color css
<style>
a { background-color: #7881FF; }
a { background-color: rgb(120,129,255); }
div.DivClassName
{
background-color: #7881FF;
}
.BgClassName
{
background-color: #7881FF;
}
</style>
border-color css
<style>
span { border-color: #7881FF; }
span { border-color: rgb(120,129,255); }
td.TdClassName
{
border-color: #7881FF;
}
.TagClassName
{
border-color: #7881FF;
}
</style>