Shades of Light Slate Blue #8A62FA
Tints of Light Slate Blue #8A62FA
RGB
CMYK
RGB Variations
Color information
#8A62FA (or 0x8A62FA) is known color: Light Slate Blue. HEX triplet: 8A, 62 and FA. RGB value is (138,98,250). Sum of RGB (Red+Green+Blue) = 138+98+250=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A62FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A62FA is #759D05. Grayscale: #7E7E7E. Windows color (decimal): -7707910 or 16409226. OLE color: 16409226.
HSL color Cylindrical-coordinate representation of color #8A62FA: hue angle of 255.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A62FA is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 98 | 250 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.02 |
| HSL | 255.79º | 0.94% | 0.68% | - |
| HSV(B) | 255.79º | 0.61% | 0.98% | - |
| XYZ | 32.1 | 21.04 | 92.81 | - |
| YUV | 127.29 | 197.25 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 250 | 0.45 | 0.61 | 0 | 0.02 | 255.79 | 0.94 | 0.68 |
| Hex | 8A | 62 | FA | 2D | 3D | 0 | 2 | 100 | 5E | 44 |
| Octal | 212 | 142 | 372 | 55 | 75 | 0 | 2 | 400 | 136 | 104 |
| Binary | 10001010 | 1100010 | 11111010 | 101101 | 111101 | 0 | 10 | 100000000 | 1011110 | 1000100 |
Color Harmonies of #8A62FA
Complementary color
Monochromatic Colors of #8A62FA
Black with #8A62FA
Text Example
Text Example
White with #8A62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A62FA; }
p { color: rgb(138,98,250); }
H1.HeaderClassName
{
color: #8A62FA;
}
.AnyTagClassName
{
color: #8A62FA;
}
</style>
background-color css
<style>
a { background-color: #8A62FA; }
a { background-color: rgb(138,98,250); }
div.DivClassName
{
background-color: #8A62FA;
}
.BgClassName
{
background-color: #8A62FA;
}
</style>
border-color css
<style>
span { border-color: #8A62FA; }
span { border-color: rgb(138,98,250); }
td.TdClassName
{
border-color: #8A62FA;
}
.TagClassName
{
border-color: #8A62FA;
}
</style>