Shades of Light Slate Blue #8A52FF
Tints of Light Slate Blue #8A52FF
RGB
CMYK
RGB Variations
Color information
#8A52FF (or 0x8A52FF) is known color: Light Slate Blue. HEX triplet: 8A, 52 and FF. RGB value is (138,82,255). Sum of RGB (Red+Green+Blue) = 138+82+255=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A52FF is #75AD00. Grayscale: #757575. Windows color (decimal): -7712001 or 16732810. OLE color: 16732810.
HSL color Cylindrical-coordinate representation of color #8A52FF: hue angle of 259.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A52FF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 82 | 255 | - |
| CMYK | 0.46 | 0.68 | 0 | 0 |
| HSL | 259.42º | 1% | 0.66% | - |
| HSV(B) | 259.42º | 0.68% | 1% | - |
| XYZ | 31.55 | 18.66 | 96.55 | - |
| YUV | 118.47 | 205.05 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 255 | 0.46 | 0.68 | 0 | 0 | 259.42 | 1 | 0.66 |
| Hex | 8A | 52 | FF | 2E | 44 | 0 | 0 | 103 | 64 | 42 |
| Octal | 212 | 122 | 377 | 56 | 104 | 0 | 0 | 403 | 144 | 102 |
| Binary | 10001010 | 1010010 | 11111111 | 101110 | 1000100 | 0 | 0 | 100000011 | 1100100 | 1000010 |
Color Harmonies of #8A52FF
Complementary color
Monochromatic Colors of #8A52FF
Black with #8A52FF
Text Example
Text Example
White with #8A52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A52FF; }
p { color: rgb(138,82,255); }
H1.HeaderClassName
{
color: #8A52FF;
}
.AnyTagClassName
{
color: #8A52FF;
}
</style>
background-color css
<style>
a { background-color: #8A52FF; }
a { background-color: rgb(138,82,255); }
div.DivClassName
{
background-color: #8A52FF;
}
.BgClassName
{
background-color: #8A52FF;
}
</style>
border-color css
<style>
span { border-color: #8A52FF; }
span { border-color: rgb(138,82,255); }
td.TdClassName
{
border-color: #8A52FF;
}
.TagClassName
{
border-color: #8A52FF;
}
</style>