Shades of Light Slate Blue #7080FA
Tints of Light Slate Blue #7080FA
RGB
CMYK
RGB Variations
Color information
#7080FA (or 0x7080FA) is known color: Light Slate Blue. HEX triplet: 70, 80 and FA. RGB value is (112,128,250). Sum of RGB (Red+Green+Blue) = 112+128+250=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #7080FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7080FA is #8F7F05. Grayscale: #888888. Windows color (decimal): -9404166 or 16416880. OLE color: 16416880.
HSL color Cylindrical-coordinate representation of color #7080FA: hue angle of 233.04º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7080FA is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 128 | 250 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.02 |
| HSL | 233.04º | 0.93% | 0.71% | - |
| HSV(B) | 233.04º | 0.55% | 0.98% | - |
| XYZ | 31.66 | 25.79 | 93.75 | - |
| YUV | 137.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 250 | 0.55 | 0.49 | 0 | 0.02 | 233.04 | 0.93 | 0.71 |
| Hex | 70 | 80 | FA | 37 | 31 | 0 | 2 | E9 | 5D | 47 |
| Octal | 160 | 200 | 372 | 67 | 61 | 0 | 2 | 351 | 135 | 107 |
| Binary | 1110000 | 10000000 | 11111010 | 110111 | 110001 | 0 | 10 | 11101001 | 1011101 | 1000111 |
Color Harmonies of #7080FA
Complementary color
Monochromatic Colors of #7080FA
Black with #7080FA
Text Example
Text Example
White with #7080FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7080FA; }
p { color: rgb(112,128,250); }
H1.HeaderClassName
{
color: #7080FA;
}
.AnyTagClassName
{
color: #7080FA;
}
</style>
background-color css
<style>
a { background-color: #7080FA; }
a { background-color: rgb(112,128,250); }
div.DivClassName
{
background-color: #7080FA;
}
.BgClassName
{
background-color: #7080FA;
}
</style>
border-color css
<style>
span { border-color: #7080FA; }
span { border-color: rgb(112,128,250); }
td.TdClassName
{
border-color: #7080FA;
}
.TagClassName
{
border-color: #7080FA;
}
</style>