Shades of Light Slate Blue #8082FE
Tints of Light Slate Blue #8082FE
RGB
CMYK
RGB Variations
Color information
#8082FE (or 0x8082FE) is known color: Light Slate Blue. HEX triplet: 80, 82 and FE. RGB value is (128,130,254). Sum of RGB (Red+Green+Blue) = 128+130+254=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #8082FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082FE is #7F7D01. Grayscale: #8F8F8F. Windows color (decimal): -8355074 or 16679552. OLE color: 16679552.
HSL color Cylindrical-coordinate representation of color #8082FE: hue angle of 239.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8082FE is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 130 | 254 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.00 |
| HSL | 239.05º | 0.98% | 0.75% | - |
| HSV(B) | 239.05º | 0.5% | 1% | - |
| XYZ | 34.77 | 27.71 | 97.28 | - |
| YUV | 143.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 254 | 0.50 | 0.49 | 0 | 0.00 | 239.05 | 0.98 | 0.75 |
| Hex | 80 | 82 | FE | 32 | 31 | 0 | 0 | EF | 62 | 4B |
| Octal | 200 | 202 | 376 | 62 | 61 | 0 | 0 | 357 | 142 | 113 |
| Binary | 10000000 | 10000010 | 11111110 | 110010 | 110001 | 0 | 0 | 11101111 | 1100010 | 1001011 |
Color Harmonies of #8082FE
Complementary color
Monochromatic Colors of #8082FE
Black with #8082FE
Text Example
Text Example
White with #8082FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082FE; }
p { color: rgb(128,130,254); }
H1.HeaderClassName
{
color: #8082FE;
}
.AnyTagClassName
{
color: #8082FE;
}
</style>
background-color css
<style>
a { background-color: #8082FE; }
a { background-color: rgb(128,130,254); }
div.DivClassName
{
background-color: #8082FE;
}
.BgClassName
{
background-color: #8082FE;
}
</style>
border-color css
<style>
span { border-color: #8082FE; }
span { border-color: rgb(128,130,254); }
td.TdClassName
{
border-color: #8082FE;
}
.TagClassName
{
border-color: #8082FE;
}
</style>