Shades of Light Slate Blue #897BF2
Tints of Light Slate Blue #897BF2
RGB
CMYK
RGB Variations
Color information
#897BF2 (or 0x897BF2) is known color: Light Slate Blue. HEX triplet: 89, 7B and F2. RGB value is (137,123,242). Sum of RGB (Red+Green+Blue) = 137+123+242=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #897BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897BF2 is #76840D. Grayscale: #8C8C8C. Windows color (decimal): -7767054 or 15891337. OLE color: 15891337.
HSL color Cylindrical-coordinate representation of color #897BF2: hue angle of 247.06º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #897BF2 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 123 | 242 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.05 |
| HSL | 247.06º | 0.82% | 0.72% | - |
| HSV(B) | 247.06º | 0.49% | 0.95% | - |
| XYZ | 33.43 | 25.9 | 87.24 | - |
| YUV | 140.75 | 185.14 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 242 | 0.43 | 0.49 | 0 | 0.05 | 247.06 | 0.82 | 0.72 |
| Hex | 89 | 7B | F2 | 2B | 31 | 0 | 5 | F7 | 52 | 48 |
| Octal | 211 | 173 | 362 | 53 | 61 | 0 | 5 | 367 | 122 | 110 |
| Binary | 10001001 | 1111011 | 11110010 | 101011 | 110001 | 0 | 101 | 11110111 | 1010010 | 1001000 |
Color Harmonies of #897BF2
Complementary color
Monochromatic Colors of #897BF2
Black with #897BF2
Text Example
Text Example
White with #897BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BF2; }
p { color: rgb(137,123,242); }
H1.HeaderClassName
{
color: #897BF2;
}
.AnyTagClassName
{
color: #897BF2;
}
</style>
background-color css
<style>
a { background-color: #897BF2; }
a { background-color: rgb(137,123,242); }
div.DivClassName
{
background-color: #897BF2;
}
.BgClassName
{
background-color: #897BF2;
}
</style>
border-color css
<style>
span { border-color: #897BF2; }
span { border-color: rgb(137,123,242); }
td.TdClassName
{
border-color: #897BF2;
}
.TagClassName
{
border-color: #897BF2;
}
</style>