Shades of Light Slate Blue #8062FF
Tints of Light Slate Blue #8062FF
RGB
CMYK
RGB Variations
Color information
#8062FF (or 0x8062FF) is known color: Light Slate Blue. HEX triplet: 80, 62 and FF. RGB value is (128,98,255). Sum of RGB (Red+Green+Blue) = 128+98+255=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #8062FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8062FF is #7F9D00. Grayscale: #7C7C7C. Windows color (decimal): -8363265 or 16736896. OLE color: 16736896.
HSL color Cylindrical-coordinate representation of color #8062FF: hue angle of 251.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8062FF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 98 | 255 | - |
| CMYK | 0.50 | 0.62 | 0 | 0 |
| HSL | 251.47º | 1% | 0.69% | - |
| HSV(B) | 251.47º | 0.62% | 1% | - |
| XYZ | 31.32 | 20.54 | 96.92 | - |
| YUV | 124.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 255 | 0.50 | 0.62 | 0 | 0 | 251.47 | 1 | 0.69 |
| Hex | 80 | 62 | FF | 32 | 3E | 0 | 0 | FB | 64 | 45 |
| Octal | 200 | 142 | 377 | 62 | 76 | 0 | 0 | 373 | 144 | 105 |
| Binary | 10000000 | 1100010 | 11111111 | 110010 | 111110 | 0 | 0 | 11111011 | 1100100 | 1000101 |
Color Harmonies of #8062FF
Complementary color
Monochromatic Colors of #8062FF
Black with #8062FF
Text Example
Text Example
White with #8062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062FF; }
p { color: rgb(128,98,255); }
H1.HeaderClassName
{
color: #8062FF;
}
.AnyTagClassName
{
color: #8062FF;
}
</style>
background-color css
<style>
a { background-color: #8062FF; }
a { background-color: rgb(128,98,255); }
div.DivClassName
{
background-color: #8062FF;
}
.BgClassName
{
background-color: #8062FF;
}
</style>
border-color css
<style>
span { border-color: #8062FF; }
span { border-color: rgb(128,98,255); }
td.TdClassName
{
border-color: #8062FF;
}
.TagClassName
{
border-color: #8062FF;
}
</style>