Shades of Light Slate Blue #7880FA
Tints of Light Slate Blue #7880FA
RGB
CMYK
RGB Variations
Color information
#7880FA (or 0x7880FA) is known color: Light Slate Blue. HEX triplet: 78, 80 and FA. RGB value is (120,128,250). Sum of RGB (Red+Green+Blue) = 120+128+250=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #7880FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7880FA is #877F05. Grayscale: #8B8B8B. Windows color (decimal): -8879878 or 16416888. OLE color: 16416888.
HSL color Cylindrical-coordinate representation of color #7880FA: hue angle of 236.31º 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 #7880FA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 128 | 250 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.02 |
| HSL | 236.31º | 0.93% | 0.73% | - |
| HSV(B) | 236.31º | 0.52% | 0.98% | - |
| XYZ | 32.72 | 26.33 | 93.8 | - |
| YUV | 139.52 | 190.35 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 250 | 0.52 | 0.49 | 0 | 0.02 | 236.31 | 0.93 | 0.73 |
| Hex | 78 | 80 | FA | 34 | 31 | 0 | 2 | EC | 5D | 49 |
| Octal | 170 | 200 | 372 | 64 | 61 | 0 | 2 | 354 | 135 | 111 |
| Binary | 1111000 | 10000000 | 11111010 | 110100 | 110001 | 0 | 10 | 11101100 | 1011101 | 1001001 |
Color Harmonies of #7880FA
Complementary color
Monochromatic Colors of #7880FA
Black with #7880FA
Text Example
Text Example
White with #7880FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880FA; }
p { color: rgb(120,128,250); }
H1.HeaderClassName
{
color: #7880FA;
}
.AnyTagClassName
{
color: #7880FA;
}
</style>
background-color css
<style>
a { background-color: #7880FA; }
a { background-color: rgb(120,128,250); }
div.DivClassName
{
background-color: #7880FA;
}
.BgClassName
{
background-color: #7880FA;
}
</style>
border-color css
<style>
span { border-color: #7880FA; }
span { border-color: rgb(120,128,250); }
td.TdClassName
{
border-color: #7880FA;
}
.TagClassName
{
border-color: #7880FA;
}
</style>