Shades of Light Slate Blue #898EFC
Tints of Light Slate Blue #898EFC
RGB
CMYK
RGB Variations
Color information
#898EFC (or 0x898EFC) is known color: Light Slate Blue. HEX triplet: 89, 8E and FC. RGB value is (137,142,252). Sum of RGB (Red+Green+Blue) = 137+142+252=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #898EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EFC is #767103. Grayscale: #989898. Windows color (decimal): -7762180 or 16551561. OLE color: 16551561.
HSL color Cylindrical-coordinate representation of color #898EFC: hue angle of 237.39º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #898EFC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 142 | 252 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.01 |
| HSL | 237.39º | 0.95% | 0.76% | - |
| HSV(B) | 237.39º | 0.46% | 0.99% | - |
| XYZ | 37.56 | 31.69 | 96.23 | - |
| YUV | 153.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 252 | 0.46 | 0.44 | 0 | 0.01 | 237.39 | 0.95 | 0.76 |
| Hex | 89 | 8E | FC | 2E | 2C | 0 | 1 | ED | 5F | 4C |
| Octal | 211 | 216 | 374 | 56 | 54 | 0 | 1 | 355 | 137 | 114 |
| Binary | 10001001 | 10001110 | 11111100 | 101110 | 101100 | 0 | 1 | 11101101 | 1011111 | 1001100 |
Color Harmonies of #898EFC
Complementary color
Monochromatic Colors of #898EFC
Black with #898EFC
Text Example
Text Example
White with #898EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898EFC; }
p { color: rgb(137,142,252); }
H1.HeaderClassName
{
color: #898EFC;
}
.AnyTagClassName
{
color: #898EFC;
}
</style>
background-color css
<style>
a { background-color: #898EFC; }
a { background-color: rgb(137,142,252); }
div.DivClassName
{
background-color: #898EFC;
}
.BgClassName
{
background-color: #898EFC;
}
</style>
border-color css
<style>
span { border-color: #898EFC; }
span { border-color: rgb(137,142,252); }
td.TdClassName
{
border-color: #898EFC;
}
.TagClassName
{
border-color: #898EFC;
}
</style>