Shades of Light Slate Blue #8A62FF
Tints of Light Slate Blue #8A62FF
RGB
CMYK
RGB Variations
Color information
#8A62FF (or 0x8A62FF) is known color: Light Slate Blue. HEX triplet: 8A, 62 and FF. RGB value is (138,98,255). Sum of RGB (Red+Green+Blue) = 138+98+255=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A62FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A62FF is #759D00. Grayscale: #7F7F7F. Windows color (decimal): -7707905 or 16736906. OLE color: 16736906.
HSL color Cylindrical-coordinate representation of color #8A62FF: hue angle of 255.29º 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 #8A62FF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 98 | 255 | - |
| CMYK | 0.46 | 0.62 | 0 | 0 |
| HSL | 255.29º | 1% | 0.69% | - |
| HSV(B) | 255.29º | 0.62% | 1% | - |
| XYZ | 32.9 | 21.36 | 97 | - |
| YUV | 127.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 255 | 0.46 | 0.62 | 0 | 0 | 255.29 | 1 | 0.69 |
| Hex | 8A | 62 | FF | 2E | 3E | 0 | 0 | FF | 64 | 45 |
| Octal | 212 | 142 | 377 | 56 | 76 | 0 | 0 | 377 | 144 | 105 |
| Binary | 10001010 | 1100010 | 11111111 | 101110 | 111110 | 0 | 0 | 11111111 | 1100100 | 1000101 |
Color Harmonies of #8A62FF
Complementary color
Monochromatic Colors of #8A62FF
Black with #8A62FF
Text Example
Text Example
White with #8A62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A62FF; }
p { color: rgb(138,98,255); }
H1.HeaderClassName
{
color: #8A62FF;
}
.AnyTagClassName
{
color: #8A62FF;
}
</style>
background-color css
<style>
a { background-color: #8A62FF; }
a { background-color: rgb(138,98,255); }
div.DivClassName
{
background-color: #8A62FF;
}
.BgClassName
{
background-color: #8A62FF;
}
</style>
border-color css
<style>
span { border-color: #8A62FF; }
span { border-color: rgb(138,98,255); }
td.TdClassName
{
border-color: #8A62FF;
}
.TagClassName
{
border-color: #8A62FF;
}
</style>