Shades of Light Slate Blue #897BEE
Tints of Light Slate Blue #897BEE
RGB
CMYK
RGB Variations
Color information
#897BEE (or 0x897BEE) is known color: Light Slate Blue. HEX triplet: 89, 7B and EE. RGB value is (137,123,238). Sum of RGB (Red+Green+Blue) = 137+123+238=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #897BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897BEE is #768411. Grayscale: #8B8B8B. Windows color (decimal): -7767058 or 15629193. OLE color: 15629193.
HSL color Cylindrical-coordinate representation of color #897BEE: hue angle of 247.3º degrees, saturation: 0.77, 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 #897BEE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 123 | 238 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.07 |
| HSL | 247.3º | 0.77% | 0.71% | - |
| HSV(B) | 247.3º | 0.48% | 0.93% | - |
| XYZ | 32.83 | 25.66 | 84.11 | - |
| YUV | 140.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 238 | 0.42 | 0.48 | 0 | 0.07 | 247.3 | 0.77 | 0.71 |
| Hex | 89 | 7B | EE | 2A | 30 | 0 | 7 | F7 | 4D | 47 |
| Octal | 211 | 173 | 356 | 52 | 60 | 0 | 7 | 367 | 115 | 107 |
| Binary | 10001001 | 1111011 | 11101110 | 101010 | 110000 | 0 | 111 | 11110111 | 1001101 | 1000111 |
Color Harmonies of #897BEE
Complementary color
Monochromatic Colors of #897BEE
Black with #897BEE
Text Example
Text Example
White with #897BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BEE; }
p { color: rgb(137,123,238); }
H1.HeaderClassName
{
color: #897BEE;
}
.AnyTagClassName
{
color: #897BEE;
}
</style>
background-color css
<style>
a { background-color: #897BEE; }
a { background-color: rgb(137,123,238); }
div.DivClassName
{
background-color: #897BEE;
}
.BgClassName
{
background-color: #897BEE;
}
</style>
border-color css
<style>
span { border-color: #897BEE; }
span { border-color: rgb(137,123,238); }
td.TdClassName
{
border-color: #897BEE;
}
.TagClassName
{
border-color: #897BEE;
}
</style>