Shades of Light Slate Blue #8082EF
Tints of Light Slate Blue #8082EF
RGB
CMYK
RGB Variations
Color information
#8082EF (or 0x8082EF) is known color: Light Slate Blue. HEX triplet: 80, 82 and EF. RGB value is (128,130,239). Sum of RGB (Red+Green+Blue) = 128+130+239=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #8082EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082EF is #7F7D10. Grayscale: #8D8D8D. Windows color (decimal): -8355089 or 15696512. OLE color: 15696512.
HSL color Cylindrical-coordinate representation of color #8082EF: hue angle of 238.92º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8082EF is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 130 | 239 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.06 |
| HSL | 238.92º | 0.78% | 0.72% | - |
| HSV(B) | 238.92º | 0.46% | 0.94% | - |
| XYZ | 32.46 | 26.79 | 85.12 | - |
| YUV | 141.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 239 | 0.46 | 0.46 | 0 | 0.06 | 238.92 | 0.78 | 0.72 |
| Hex | 80 | 82 | EF | 2E | 2E | 0 | 6 | EF | 4E | 48 |
| Octal | 200 | 202 | 357 | 56 | 56 | 0 | 6 | 357 | 116 | 110 |
| Binary | 10000000 | 10000010 | 11101111 | 101110 | 101110 | 0 | 110 | 11101111 | 1001110 | 1001000 |
Color Harmonies of #8082EF
Complementary color
Monochromatic Colors of #8082EF
Black with #8082EF
Text Example
Text Example
White with #8082EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082EF; }
p { color: rgb(128,130,239); }
H1.HeaderClassName
{
color: #8082EF;
}
.AnyTagClassName
{
color: #8082EF;
}
</style>
background-color css
<style>
a { background-color: #8082EF; }
a { background-color: rgb(128,130,239); }
div.DivClassName
{
background-color: #8082EF;
}
.BgClassName
{
background-color: #8082EF;
}
</style>
border-color css
<style>
span { border-color: #8082EF; }
span { border-color: rgb(128,130,239); }
td.TdClassName
{
border-color: #8082EF;
}
.TagClassName
{
border-color: #8082EF;
}
</style>