Shades of Light Slate Blue #7881FA
Tints of Light Slate Blue #7881FA
RGB
CMYK
RGB Variations
Color information
#7881FA (or 0x7881FA) is known color: Light Slate Blue. HEX triplet: 78, 81 and FA. RGB value is (120,129,250). Sum of RGB (Red+Green+Blue) = 120+129+250=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7881FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7881FA is #877E05. Grayscale: #8B8B8B. Windows color (decimal): -8879622 or 16417144. OLE color: 16417144.
HSL color Cylindrical-coordinate representation of color #7881FA: hue angle of 235.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7881FA is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 129 | 250 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.02 |
| HSL | 235.85º | 0.93% | 0.73% | - |
| HSV(B) | 235.85º | 0.52% | 0.98% | - |
| XYZ | 32.85 | 26.6 | 93.84 | - |
| YUV | 140.1 | 190.02 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 250 | 0.52 | 0.48 | 0 | 0.02 | 235.85 | 0.93 | 0.73 |
| Hex | 78 | 81 | FA | 34 | 30 | 0 | 2 | EC | 5D | 49 |
| Octal | 170 | 201 | 372 | 64 | 60 | 0 | 2 | 354 | 135 | 111 |
| Binary | 1111000 | 10000001 | 11111010 | 110100 | 110000 | 0 | 10 | 11101100 | 1011101 | 1001001 |
Color Harmonies of #7881FA
Complementary color
Monochromatic Colors of #7881FA
Black with #7881FA
Text Example
Text Example
White with #7881FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881FA; }
p { color: rgb(120,129,250); }
H1.HeaderClassName
{
color: #7881FA;
}
.AnyTagClassName
{
color: #7881FA;
}
</style>
background-color css
<style>
a { background-color: #7881FA; }
a { background-color: rgb(120,129,250); }
div.DivClassName
{
background-color: #7881FA;
}
.BgClassName
{
background-color: #7881FA;
}
</style>
border-color css
<style>
span { border-color: #7881FA; }
span { border-color: rgb(120,129,250); }
td.TdClassName
{
border-color: #7881FA;
}
.TagClassName
{
border-color: #7881FA;
}
</style>