Shades of Light Slate Blue #897CF2
Tints of Light Slate Blue #897CF2
RGB
CMYK
RGB Variations
Color information
#897CF2 (or 0x897CF2) is known color: Light Slate Blue. HEX triplet: 89, 7C and F2. RGB value is (137,124,242). Sum of RGB (Red+Green+Blue) = 137+124+242=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #897CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897CF2 is #76830D. Grayscale: #8C8C8C. Windows color (decimal): -7766798 or 15891593. OLE color: 15891593.
HSL color Cylindrical-coordinate representation of color #897CF2: hue angle of 246.61º 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 #897CF2 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 124 | 242 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.05 |
| HSL | 246.61º | 0.82% | 0.72% | - |
| HSV(B) | 246.61º | 0.49% | 0.95% | - |
| XYZ | 33.55 | 26.14 | 87.28 | - |
| YUV | 141.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 242 | 0.43 | 0.49 | 0 | 0.05 | 246.61 | 0.82 | 0.72 |
| Hex | 89 | 7C | F2 | 2B | 31 | 0 | 5 | F7 | 52 | 48 |
| Octal | 211 | 174 | 362 | 53 | 61 | 0 | 5 | 367 | 122 | 110 |
| Binary | 10001001 | 1111100 | 11110010 | 101011 | 110001 | 0 | 101 | 11110111 | 1010010 | 1001000 |
Color Harmonies of #897CF2
Complementary color
Monochromatic Colors of #897CF2
Black with #897CF2
Text Example
Text Example
White with #897CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CF2; }
p { color: rgb(137,124,242); }
H1.HeaderClassName
{
color: #897CF2;
}
.AnyTagClassName
{
color: #897CF2;
}
</style>
background-color css
<style>
a { background-color: #897CF2; }
a { background-color: rgb(137,124,242); }
div.DivClassName
{
background-color: #897CF2;
}
.BgClassName
{
background-color: #897CF2;
}
</style>
border-color css
<style>
span { border-color: #897CF2; }
span { border-color: rgb(137,124,242); }
td.TdClassName
{
border-color: #897CF2;
}
.TagClassName
{
border-color: #897CF2;
}
</style>