Shades of Light Slate Blue #8975FF
Tints of Light Slate Blue #8975FF
RGB
CMYK
RGB Variations
Color information
#8975FF (or 0x8975FF) is known color: Light Slate Blue. HEX triplet: 89, 75 and FF. RGB value is (137,117,255). Sum of RGB (Red+Green+Blue) = 137+117+255=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #8975FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8975FF is #768A00. Grayscale: #8A8A8A. Windows color (decimal): -7768577 or 16741769. OLE color: 16741769.
HSL color Cylindrical-coordinate representation of color #8975FF: hue angle of 248.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8975FF is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 117 | 255 | - |
| CMYK | 0.46 | 0.54 | 0 | 0 |
| HSL | 248.7º | 1% | 0.73% | - |
| HSV(B) | 248.7º | 0.54% | 1% | - |
| XYZ | 34.73 | 25.26 | 97.65 | - |
| YUV | 138.71 | 193.63 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 255 | 0.46 | 0.54 | 0 | 0 | 248.7 | 1 | 0.73 |
| Hex | 89 | 75 | FF | 2E | 36 | 0 | 0 | F9 | 64 | 49 |
| Octal | 211 | 165 | 377 | 56 | 66 | 0 | 0 | 371 | 144 | 111 |
| Binary | 10001001 | 1110101 | 11111111 | 101110 | 110110 | 0 | 0 | 11111001 | 1100100 | 1001001 |
Color Harmonies of #8975FF
Complementary color
Monochromatic Colors of #8975FF
Black with #8975FF
Text Example
Text Example
White with #8975FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8975FF; }
p { color: rgb(137,117,255); }
H1.HeaderClassName
{
color: #8975FF;
}
.AnyTagClassName
{
color: #8975FF;
}
</style>
background-color css
<style>
a { background-color: #8975FF; }
a { background-color: rgb(137,117,255); }
div.DivClassName
{
background-color: #8975FF;
}
.BgClassName
{
background-color: #8975FF;
}
</style>
border-color css
<style>
span { border-color: #8975FF; }
span { border-color: rgb(137,117,255); }
td.TdClassName
{
border-color: #8975FF;
}
.TagClassName
{
border-color: #8975FF;
}
</style>