Shades of Light Slate Blue #897DF1
Tints of Light Slate Blue #897DF1
RGB
CMYK
RGB Variations
Color information
#897DF1 (or 0x897DF1) is known color: Light Slate Blue. HEX triplet: 89, 7D and F1. RGB value is (137,125,241). Sum of RGB (Red+Green+Blue) = 137+125+241=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #897DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897DF1 is #76820E. Grayscale: #8D8D8D. Windows color (decimal): -7766543 or 15826313. OLE color: 15826313.
HSL color Cylindrical-coordinate representation of color #897DF1: hue angle of 246.21º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #897DF1 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 125 | 241 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.05 |
| HSL | 246.21º | 0.81% | 0.72% | - |
| HSV(B) | 246.21º | 0.48% | 0.95% | - |
| XYZ | 33.53 | 26.34 | 86.54 | - |
| YUV | 141.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 241 | 0.43 | 0.48 | 0 | 0.05 | 246.21 | 0.81 | 0.72 |
| Hex | 89 | 7D | F1 | 2B | 30 | 0 | 5 | F6 | 51 | 48 |
| Octal | 211 | 175 | 361 | 53 | 60 | 0 | 5 | 366 | 121 | 110 |
| Binary | 10001001 | 1111101 | 11110001 | 101011 | 110000 | 0 | 101 | 11110110 | 1010001 | 1001000 |
Color Harmonies of #897DF1
Complementary color
Monochromatic Colors of #897DF1
Black with #897DF1
Text Example
Text Example
White with #897DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DF1; }
p { color: rgb(137,125,241); }
H1.HeaderClassName
{
color: #897DF1;
}
.AnyTagClassName
{
color: #897DF1;
}
</style>
background-color css
<style>
a { background-color: #897DF1; }
a { background-color: rgb(137,125,241); }
div.DivClassName
{
background-color: #897DF1;
}
.BgClassName
{
background-color: #897DF1;
}
</style>
border-color css
<style>
span { border-color: #897DF1; }
span { border-color: rgb(137,125,241); }
td.TdClassName
{
border-color: #897DF1;
}
.TagClassName
{
border-color: #897DF1;
}
</style>