Shades of Light Slate Blue #8283EE
Tints of Light Slate Blue #8283EE
RGB
CMYK
RGB Variations
Color information
#8283EE (or 0x8283EE) is known color: Light Slate Blue. HEX triplet: 82, 83 and EE. RGB value is (130,131,238). Sum of RGB (Red+Green+Blue) = 130+131+238=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #8283EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8283EE is #7D7C11. Grayscale: #8E8E8E. Windows color (decimal): -8223762 or 15631234. OLE color: 15631234.
HSL color Cylindrical-coordinate representation of color #8283EE: hue angle of 239.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8283EE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 131 | 238 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.07 |
| HSL | 239.44º | 0.76% | 0.72% | - |
| HSV(B) | 239.44º | 0.45% | 0.93% | - |
| XYZ | 32.75 | 27.15 | 84.4 | - |
| YUV | 142.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 238 | 0.45 | 0.45 | 0 | 0.07 | 239.44 | 0.76 | 0.72 |
| Hex | 82 | 83 | EE | 2D | 2D | 0 | 7 | EF | 4C | 48 |
| Octal | 202 | 203 | 356 | 55 | 55 | 0 | 7 | 357 | 114 | 110 |
| Binary | 10000010 | 10000011 | 11101110 | 101101 | 101101 | 0 | 111 | 11101111 | 1001100 | 1001000 |
Color Harmonies of #8283EE
Complementary color
Monochromatic Colors of #8283EE
Black with #8283EE
Text Example
Text Example
White with #8283EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8283EE; }
p { color: rgb(130,131,238); }
H1.HeaderClassName
{
color: #8283EE;
}
.AnyTagClassName
{
color: #8283EE;
}
</style>
background-color css
<style>
a { background-color: #8283EE; }
a { background-color: rgb(130,131,238); }
div.DivClassName
{
background-color: #8283EE;
}
.BgClassName
{
background-color: #8283EE;
}
</style>
border-color css
<style>
span { border-color: #8283EE; }
span { border-color: rgb(130,131,238); }
td.TdClassName
{
border-color: #8283EE;
}
.TagClassName
{
border-color: #8283EE;
}
</style>