Shades of Light Slate Blue #8964FA
Tints of Light Slate Blue #8964FA
RGB
CMYK
RGB Variations
Color information
#8964FA (or 0x8964FA) is known color: Light Slate Blue. HEX triplet: 89, 64 and FA. RGB value is (137,100,250). Sum of RGB (Red+Green+Blue) = 137+100+250=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #8964FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8964FA is #769B05. Grayscale: #7F7F7F. Windows color (decimal): -7772934 or 16409737. OLE color: 16409737.
HSL color Cylindrical-coordinate representation of color #8964FA: hue angle of 254.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8964FA is Cyan = 0.45, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 100 | 250 | - |
| CMYK | 0.45 | 0.6 | 0 | 0.02 |
| HSL | 254.8º | 0.94% | 0.69% | - |
| HSV(B) | 254.8º | 0.6% | 0.98% | - |
| XYZ | 32.13 | 21.33 | 92.87 | - |
| YUV | 128.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 250 | 0.45 | 0.6 | 0 | 0.02 | 254.8 | 0.94 | 0.69 |
| Hex | 89 | 64 | FA | 2D | 3C | 0 | 2 | FF | 5E | 45 |
| Octal | 211 | 144 | 372 | 55 | 74 | 0 | 2 | 377 | 136 | 105 |
| Binary | 10001001 | 1100100 | 11111010 | 101101 | 111100 | 0 | 10 | 11111111 | 1011110 | 1000101 |
Color Harmonies of #8964FA
Complementary color
Monochromatic Colors of #8964FA
Black with #8964FA
Text Example
Text Example
White with #8964FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8964FA; }
p { color: rgb(137,100,250); }
H1.HeaderClassName
{
color: #8964FA;
}
.AnyTagClassName
{
color: #8964FA;
}
</style>
background-color css
<style>
a { background-color: #8964FA; }
a { background-color: rgb(137,100,250); }
div.DivClassName
{
background-color: #8964FA;
}
.BgClassName
{
background-color: #8964FA;
}
</style>
border-color css
<style>
span { border-color: #8964FA; }
span { border-color: rgb(137,100,250); }
td.TdClassName
{
border-color: #8964FA;
}
.TagClassName
{
border-color: #8964FA;
}
</style>