Shades of Light Slate Blue #897BED
Tints of Light Slate Blue #897BED
RGB
CMYK
RGB Variations
Color information
#897BED (or 0x897BED) is known color: Light Slate Blue. HEX triplet: 89, 7B and ED. RGB value is (137,123,237). Sum of RGB (Red+Green+Blue) = 137+123+237=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #897BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897BED is #768412. Grayscale: #8B8B8B. Windows color (decimal): -7767059 or 15563657. OLE color: 15563657.
HSL color Cylindrical-coordinate representation of color #897BED: hue angle of 247.37º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #897BED is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 123 | 237 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.07 |
| HSL | 247.37º | 0.76% | 0.71% | - |
| HSV(B) | 247.37º | 0.48% | 0.93% | - |
| XYZ | 32.69 | 25.6 | 83.34 | - |
| YUV | 140.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 237 | 0.42 | 0.48 | 0 | 0.07 | 247.37 | 0.76 | 0.71 |
| Hex | 89 | 7B | ED | 2A | 30 | 0 | 7 | F7 | 4C | 47 |
| Octal | 211 | 173 | 355 | 52 | 60 | 0 | 7 | 367 | 114 | 107 |
| Binary | 10001001 | 1111011 | 11101101 | 101010 | 110000 | 0 | 111 | 11110111 | 1001100 | 1000111 |
Color Harmonies of #897BED
Complementary color
Monochromatic Colors of #897BED
Black with #897BED
Text Example
Text Example
White with #897BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BED; }
p { color: rgb(137,123,237); }
H1.HeaderClassName
{
color: #897BED;
}
.AnyTagClassName
{
color: #897BED;
}
</style>
background-color css
<style>
a { background-color: #897BED; }
a { background-color: rgb(137,123,237); }
div.DivClassName
{
background-color: #897BED;
}
.BgClassName
{
background-color: #897BED;
}
</style>
border-color css
<style>
span { border-color: #897BED; }
span { border-color: rgb(137,123,237); }
td.TdClassName
{
border-color: #897BED;
}
.TagClassName
{
border-color: #897BED;
}
</style>