Shades of Light Slate Blue #897EFC
Tints of Light Slate Blue #897EFC
RGB
CMYK
RGB Variations
Color information
#897EFC (or 0x897EFC) is known color: Light Slate Blue. HEX triplet: 89, 7E and FC. RGB value is (137,126,252). Sum of RGB (Red+Green+Blue) = 137+126+252=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #897EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897EFC is #768103. Grayscale: #8F8F8F. Windows color (decimal): -7766276 or 16547465. OLE color: 16547465.
HSL color Cylindrical-coordinate representation of color #897EFC: hue angle of 245.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #897EFC is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 126 | 252 | - |
| CMYK | 0.46 | 0.5 | 0 | 0.01 |
| HSL | 245.24º | 0.95% | 0.74% | - |
| HSV(B) | 245.24º | 0.5% | 0.99% | - |
| XYZ | 35.35 | 27.27 | 95.5 | - |
| YUV | 143.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 252 | 0.46 | 0.5 | 0 | 0.01 | 245.24 | 0.95 | 0.74 |
| Hex | 89 | 7E | FC | 2E | 32 | 0 | 1 | F5 | 5F | 4A |
| Octal | 211 | 176 | 374 | 56 | 62 | 0 | 1 | 365 | 137 | 112 |
| Binary | 10001001 | 1111110 | 11111100 | 101110 | 110010 | 0 | 1 | 11110101 | 1011111 | 1001010 |
Color Harmonies of #897EFC
Complementary color
Monochromatic Colors of #897EFC
Black with #897EFC
Text Example
Text Example
White with #897EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EFC; }
p { color: rgb(137,126,252); }
H1.HeaderClassName
{
color: #897EFC;
}
.AnyTagClassName
{
color: #897EFC;
}
</style>
background-color css
<style>
a { background-color: #897EFC; }
a { background-color: rgb(137,126,252); }
div.DivClassName
{
background-color: #897EFC;
}
.BgClassName
{
background-color: #897EFC;
}
</style>
border-color css
<style>
span { border-color: #897EFC; }
span { border-color: rgb(137,126,252); }
td.TdClassName
{
border-color: #897EFC;
}
.TagClassName
{
border-color: #897EFC;
}
</style>