Shades of Light Slate Blue #897CFE
Tints of Light Slate Blue #897CFE
RGB
CMYK
RGB Variations
Color information
#897CFE (or 0x897CFE) is known color: Light Slate Blue. HEX triplet: 89, 7C and FE. RGB value is (137,124,254). Sum of RGB (Red+Green+Blue) = 137+124+254=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #897CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897CFE is #768301. Grayscale: #8E8E8E. Windows color (decimal): -7766786 or 16678025. OLE color: 16678025.
HSL color Cylindrical-coordinate representation of color #897CFE: hue angle of 246º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #897CFE is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 124 | 254 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.00 |
| HSL | 246º | 0.98% | 0.74% | - |
| HSV(B) | 246º | 0.51% | 1% | - |
| XYZ | 35.41 | 26.89 | 97.09 | - |
| YUV | 142.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 254 | 0.46 | 0.51 | 0 | 0.00 | 246 | 0.98 | 0.74 |
| Hex | 89 | 7C | FE | 2E | 33 | 0 | 0 | F6 | 62 | 4A |
| Octal | 211 | 174 | 376 | 56 | 63 | 0 | 0 | 366 | 142 | 112 |
| Binary | 10001001 | 1111100 | 11111110 | 101110 | 110011 | 0 | 0 | 11110110 | 1100010 | 1001010 |
Color Harmonies of #897CFE
Complementary color
Monochromatic Colors of #897CFE
Black with #897CFE
Text Example
Text Example
White with #897CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CFE; }
p { color: rgb(137,124,254); }
H1.HeaderClassName
{
color: #897CFE;
}
.AnyTagClassName
{
color: #897CFE;
}
</style>
background-color css
<style>
a { background-color: #897CFE; }
a { background-color: rgb(137,124,254); }
div.DivClassName
{
background-color: #897CFE;
}
.BgClassName
{
background-color: #897CFE;
}
</style>
border-color css
<style>
span { border-color: #897CFE; }
span { border-color: rgb(137,124,254); }
td.TdClassName
{
border-color: #897CFE;
}
.TagClassName
{
border-color: #897CFE;
}
</style>