Shades of Light Slate Blue #8965FA
Tints of Light Slate Blue #8965FA
RGB
CMYK
RGB Variations
Color information
#8965FA (or 0x8965FA) is known color: Light Slate Blue. HEX triplet: 89, 65 and FA. RGB value is (137,101,250). Sum of RGB (Red+Green+Blue) = 137+101+250=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #8965FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8965FA is #769A05. Grayscale: #808080. Windows color (decimal): -7772678 or 16409993. OLE color: 16409993.
HSL color Cylindrical-coordinate representation of color #8965FA: hue angle of 254.5º 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 #8965FA is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 101 | 250 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.02 |
| HSL | 254.5º | 0.94% | 0.69% | - |
| HSV(B) | 254.5º | 0.6% | 0.98% | - |
| XYZ | 32.23 | 21.53 | 92.9 | - |
| YUV | 128.75 | 196.43 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 250 | 0.45 | 0.60 | 0 | 0.02 | 254.5 | 0.94 | 0.69 |
| Hex | 89 | 65 | FA | 2D | 3C | 0 | 2 | FE | 5E | 45 |
| Octal | 211 | 145 | 372 | 55 | 74 | 0 | 2 | 376 | 136 | 105 |
| Binary | 10001001 | 1100101 | 11111010 | 101101 | 111100 | 0 | 10 | 11111110 | 1011110 | 1000101 |
Color Harmonies of #8965FA
Complementary color
Monochromatic Colors of #8965FA
Black with #8965FA
Text Example
Text Example
White with #8965FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8965FA; }
p { color: rgb(137,101,250); }
H1.HeaderClassName
{
color: #8965FA;
}
.AnyTagClassName
{
color: #8965FA;
}
</style>
background-color css
<style>
a { background-color: #8965FA; }
a { background-color: rgb(137,101,250); }
div.DivClassName
{
background-color: #8965FA;
}
.BgClassName
{
background-color: #8965FA;
}
</style>
border-color css
<style>
span { border-color: #8965FA; }
span { border-color: rgb(137,101,250); }
td.TdClassName
{
border-color: #8965FA;
}
.TagClassName
{
border-color: #8965FA;
}
</style>