Shades of Light Slate Blue #898CFE
Tints of Light Slate Blue #898CFE
RGB
CMYK
RGB Variations
Color information
#898CFE (or 0x898CFE) is known color: Light Slate Blue. HEX triplet: 89, 8C and FE. RGB value is (137,140,254). Sum of RGB (Red+Green+Blue) = 137+140+254=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #898CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CFE is #767301. Grayscale: #979797. Windows color (decimal): -7762690 or 16682121. OLE color: 16682121.
HSL color Cylindrical-coordinate representation of color #898CFE: hue angle of 238.46º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #898CFE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 140 | 254 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.00 |
| HSL | 238.46º | 0.98% | 0.77% | - |
| HSV(B) | 238.46º | 0.46% | 1% | - |
| XYZ | 37.58 | 31.23 | 97.81 | - |
| YUV | 152.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 254 | 0.46 | 0.45 | 0 | 0.00 | 238.46 | 0.98 | 0.77 |
| Hex | 89 | 8C | FE | 2E | 2D | 0 | 0 | EE | 62 | 4D |
| Octal | 211 | 214 | 376 | 56 | 55 | 0 | 0 | 356 | 142 | 115 |
| Binary | 10001001 | 10001100 | 11111110 | 101110 | 101101 | 0 | 0 | 11101110 | 1100010 | 1001101 |
Color Harmonies of #898CFE
Complementary color
Monochromatic Colors of #898CFE
Black with #898CFE
Text Example
Text Example
White with #898CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CFE; }
p { color: rgb(137,140,254); }
H1.HeaderClassName
{
color: #898CFE;
}
.AnyTagClassName
{
color: #898CFE;
}
</style>
background-color css
<style>
a { background-color: #898CFE; }
a { background-color: rgb(137,140,254); }
div.DivClassName
{
background-color: #898CFE;
}
.BgClassName
{
background-color: #898CFE;
}
</style>
border-color css
<style>
span { border-color: #898CFE; }
span { border-color: rgb(137,140,254); }
td.TdClassName
{
border-color: #898CFE;
}
.TagClassName
{
border-color: #898CFE;
}
</style>