Shades of Light Slate Blue #7881FC
Tints of Light Slate Blue #7881FC
RGB
CMYK
RGB Variations
Color information
#7881FC (or 0x7881FC) is known color: Light Slate Blue. HEX triplet: 78, 81 and FC. RGB value is (120,129,252). Sum of RGB (Red+Green+Blue) = 120+129+252=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #7881FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7881FC is #877E03. Grayscale: #8B8B8B. Windows color (decimal): -8879620 or 16548216. OLE color: 16548216.
HSL color Cylindrical-coordinate representation of color #7881FC: hue angle of 235.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7881FC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 129 | 252 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.01 |
| HSL | 235.91º | 0.96% | 0.73% | - |
| HSV(B) | 235.91º | 0.52% | 0.99% | - |
| XYZ | 33.17 | 26.72 | 95.51 | - |
| YUV | 140.33 | 191.02 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 252 | 0.52 | 0.49 | 0 | 0.01 | 235.91 | 0.96 | 0.73 |
| Hex | 78 | 81 | FC | 34 | 31 | 0 | 1 | EC | 60 | 49 |
| Octal | 170 | 201 | 374 | 64 | 61 | 0 | 1 | 354 | 140 | 111 |
| Binary | 1111000 | 10000001 | 11111100 | 110100 | 110001 | 0 | 1 | 11101100 | 1100000 | 1001001 |
Color Harmonies of #7881FC
Complementary color
Monochromatic Colors of #7881FC
Black with #7881FC
Text Example
Text Example
White with #7881FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881FC; }
p { color: rgb(120,129,252); }
H1.HeaderClassName
{
color: #7881FC;
}
.AnyTagClassName
{
color: #7881FC;
}
</style>
background-color css
<style>
a { background-color: #7881FC; }
a { background-color: rgb(120,129,252); }
div.DivClassName
{
background-color: #7881FC;
}
.BgClassName
{
background-color: #7881FC;
}
</style>
border-color css
<style>
span { border-color: #7881FC; }
span { border-color: rgb(120,129,252); }
td.TdClassName
{
border-color: #7881FC;
}
.TagClassName
{
border-color: #7881FC;
}
</style>