Shades of Light Slate Blue #8082FA
Tints of Light Slate Blue #8082FA
RGB
CMYK
RGB Variations
Color information
#8082FA (or 0x8082FA) is known color: Light Slate Blue. HEX triplet: 80, 82 and FA. RGB value is (128,130,250). Sum of RGB (Red+Green+Blue) = 128+130+250=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #8082FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082FA is #7F7D05. Grayscale: #8E8E8E. Windows color (decimal): -8355078 or 16417408. OLE color: 16417408.
HSL color Cylindrical-coordinate representation of color #8082FA: hue angle of 239.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8082FA is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 130 | 250 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.02 |
| HSL | 239.02º | 0.92% | 0.74% | - |
| HSV(B) | 239.02º | 0.49% | 0.98% | - |
| XYZ | 34.14 | 27.46 | 93.94 | - |
| YUV | 143.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 250 | 0.49 | 0.48 | 0 | 0.02 | 239.02 | 0.92 | 0.74 |
| Hex | 80 | 82 | FA | 31 | 30 | 0 | 2 | EF | 5C | 4A |
| Octal | 200 | 202 | 372 | 61 | 60 | 0 | 2 | 357 | 134 | 112 |
| Binary | 10000000 | 10000010 | 11111010 | 110001 | 110000 | 0 | 10 | 11101111 | 1011100 | 1001010 |
Color Harmonies of #8082FA
Complementary color
Monochromatic Colors of #8082FA
Black with #8082FA
Text Example
Text Example
White with #8082FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082FA; }
p { color: rgb(128,130,250); }
H1.HeaderClassName
{
color: #8082FA;
}
.AnyTagClassName
{
color: #8082FA;
}
</style>
background-color css
<style>
a { background-color: #8082FA; }
a { background-color: rgb(128,130,250); }
div.DivClassName
{
background-color: #8082FA;
}
.BgClassName
{
background-color: #8082FA;
}
</style>
border-color css
<style>
span { border-color: #8082FA; }
span { border-color: rgb(128,130,250); }
td.TdClassName
{
border-color: #8082FA;
}
.TagClassName
{
border-color: #8082FA;
}
</style>