Shades of Light Slate Blue #8B62FF
Tints of Light Slate Blue #8B62FF
RGB
CMYK
RGB Variations
Color information
#8B62FF (or 0x8B62FF) is known color: Light Slate Blue. HEX triplet: 8B, 62 and FF. RGB value is (139,98,255). Sum of RGB (Red+Green+Blue) = 139+98+255=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B62FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B62FF is #749D00. Grayscale: #7F7F7F. Windows color (decimal): -7642369 or 16736907. OLE color: 16736907.
HSL color Cylindrical-coordinate representation of color #8B62FF: hue angle of 255.67º 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 #8B62FF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 98 | 255 | - |
| CMYK | 0.45 | 0.62 | 0 | 0 |
| HSL | 255.67º | 1% | 0.69% | - |
| HSV(B) | 255.67º | 0.62% | 1% | - |
| XYZ | 33.07 | 21.44 | 97 | - |
| YUV | 128.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 255 | 0.45 | 0.62 | 0 | 0 | 255.67 | 1 | 0.69 |
| Hex | 8B | 62 | FF | 2D | 3E | 0 | 0 | 100 | 64 | 45 |
| Octal | 213 | 142 | 377 | 55 | 76 | 0 | 0 | 400 | 144 | 105 |
| Binary | 10001011 | 1100010 | 11111111 | 101101 | 111110 | 0 | 0 | 100000000 | 1100100 | 1000101 |
Color Harmonies of #8B62FF
Complementary color
Monochromatic Colors of #8B62FF
Black with #8B62FF
Text Example
Text Example
White with #8B62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B62FF; }
p { color: rgb(139,98,255); }
H1.HeaderClassName
{
color: #8B62FF;
}
.AnyTagClassName
{
color: #8B62FF;
}
</style>
background-color css
<style>
a { background-color: #8B62FF; }
a { background-color: rgb(139,98,255); }
div.DivClassName
{
background-color: #8B62FF;
}
.BgClassName
{
background-color: #8B62FF;
}
</style>
border-color css
<style>
span { border-color: #8B62FF; }
span { border-color: rgb(139,98,255); }
td.TdClassName
{
border-color: #8B62FF;
}
.TagClassName
{
border-color: #8B62FF;
}
</style>