Shades of Light Slate Blue #8952FE
Tints of Light Slate Blue #8952FE
RGB
CMYK
RGB Variations
Color information
#8952FE (or 0x8952FE) is known color: Light Slate Blue. HEX triplet: 89, 52 and FE. RGB value is (137,82,254). Sum of RGB (Red+Green+Blue) = 137+82+254=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #8952FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8952FE is #76AD01. Grayscale: #757575. Windows color (decimal): -7777538 or 16667273. OLE color: 16667273.
HSL color Cylindrical-coordinate representation of color #8952FE: hue angle of 259.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8952FE is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 82 | 254 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.00 |
| HSL | 259.19º | 0.99% | 0.66% | - |
| HSV(B) | 259.19º | 0.68% | 1% | - |
| XYZ | 31.22 | 18.51 | 95.69 | - |
| YUV | 118.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 254 | 0.46 | 0.68 | 0 | 0.00 | 259.19 | 0.99 | 0.66 |
| Hex | 89 | 52 | FE | 2E | 44 | 0 | 0 | 103 | 63 | 42 |
| Octal | 211 | 122 | 376 | 56 | 104 | 0 | 0 | 403 | 143 | 102 |
| Binary | 10001001 | 1010010 | 11111110 | 101110 | 1000100 | 0 | 0 | 100000011 | 1100011 | 1000010 |
Color Harmonies of #8952FE
Complementary color
Monochromatic Colors of #8952FE
Black with #8952FE
Text Example
Text Example
White with #8952FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952FE; }
p { color: rgb(137,82,254); }
H1.HeaderClassName
{
color: #8952FE;
}
.AnyTagClassName
{
color: #8952FE;
}
</style>
background-color css
<style>
a { background-color: #8952FE; }
a { background-color: rgb(137,82,254); }
div.DivClassName
{
background-color: #8952FE;
}
.BgClassName
{
background-color: #8952FE;
}
</style>
border-color css
<style>
span { border-color: #8952FE; }
span { border-color: rgb(137,82,254); }
td.TdClassName
{
border-color: #8952FE;
}
.TagClassName
{
border-color: #8952FE;
}
</style>