Shades of Light Slate Blue #897BF1
Tints of Light Slate Blue #897BF1
RGB
CMYK
RGB Variations
Color information
#897BF1 (or 0x897BF1) is known color: Light Slate Blue. HEX triplet: 89, 7B and F1. RGB value is (137,123,241). Sum of RGB (Red+Green+Blue) = 137+123+241=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #897BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897BF1 is #76840E. Grayscale: #8C8C8C. Windows color (decimal): -7767055 or 15825801. OLE color: 15825801.
HSL color Cylindrical-coordinate representation of color #897BF1: hue angle of 247.12º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #897BF1 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 123 | 241 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.05 |
| HSL | 247.12º | 0.81% | 0.71% | - |
| HSV(B) | 247.12º | 0.49% | 0.95% | - |
| XYZ | 33.28 | 25.84 | 86.45 | - |
| YUV | 140.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 241 | 0.43 | 0.49 | 0 | 0.05 | 247.12 | 0.81 | 0.71 |
| Hex | 89 | 7B | F1 | 2B | 31 | 0 | 5 | F7 | 51 | 47 |
| Octal | 211 | 173 | 361 | 53 | 61 | 0 | 5 | 367 | 121 | 107 |
| Binary | 10001001 | 1111011 | 11110001 | 101011 | 110001 | 0 | 101 | 11110111 | 1010001 | 1000111 |
Color Harmonies of #897BF1
Complementary color
Monochromatic Colors of #897BF1
Black with #897BF1
Text Example
Text Example
White with #897BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BF1; }
p { color: rgb(137,123,241); }
H1.HeaderClassName
{
color: #897BF1;
}
.AnyTagClassName
{
color: #897BF1;
}
</style>
background-color css
<style>
a { background-color: #897BF1; }
a { background-color: rgb(137,123,241); }
div.DivClassName
{
background-color: #897BF1;
}
.BgClassName
{
background-color: #897BF1;
}
</style>
border-color css
<style>
span { border-color: #897BF1; }
span { border-color: rgb(137,123,241); }
td.TdClassName
{
border-color: #897BF1;
}
.TagClassName
{
border-color: #897BF1;
}
</style>