Shades of Light Slate Blue #897FF0
Tints of Light Slate Blue #897FF0
RGB
CMYK
RGB Variations
Color information
#897FF0 (or 0x897FF0) is known color: Light Slate Blue. HEX triplet: 89, 7F and F0. RGB value is (137,127,240). Sum of RGB (Red+Green+Blue) = 137+127+240=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #897FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897FF0 is #76800F. Grayscale: #8E8E8E. Windows color (decimal): -7766032 or 15761289. OLE color: 15761289.
HSL color Cylindrical-coordinate representation of color #897FF0: hue angle of 245.31º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #897FF0 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 127 | 240 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.06 |
| HSL | 245.31º | 0.79% | 0.72% | - |
| HSV(B) | 245.31º | 0.47% | 0.94% | - |
| XYZ | 33.63 | 26.79 | 85.84 | - |
| YUV | 142.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 240 | 0.43 | 0.47 | 0 | 0.06 | 245.31 | 0.79 | 0.72 |
| Hex | 89 | 7F | F0 | 2B | 2F | 0 | 6 | F5 | 4F | 48 |
| Octal | 211 | 177 | 360 | 53 | 57 | 0 | 6 | 365 | 117 | 110 |
| Binary | 10001001 | 1111111 | 11110000 | 101011 | 101111 | 0 | 110 | 11110101 | 1001111 | 1001000 |
Color Harmonies of #897FF0
Complementary color
Monochromatic Colors of #897FF0
Black with #897FF0
Text Example
Text Example
White with #897FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897FF0; }
p { color: rgb(137,127,240); }
H1.HeaderClassName
{
color: #897FF0;
}
.AnyTagClassName
{
color: #897FF0;
}
</style>
background-color css
<style>
a { background-color: #897FF0; }
a { background-color: rgb(137,127,240); }
div.DivClassName
{
background-color: #897FF0;
}
.BgClassName
{
background-color: #897FF0;
}
</style>
border-color css
<style>
span { border-color: #897FF0; }
span { border-color: rgb(137,127,240); }
td.TdClassName
{
border-color: #897FF0;
}
.TagClassName
{
border-color: #897FF0;
}
</style>