Shades of Light Slate Blue #898CFC
Tints of Light Slate Blue #898CFC
RGB
CMYK
RGB Variations
Color information
#898CFC (or 0x898CFC) is known color: Light Slate Blue. HEX triplet: 89, 8C and FC. RGB value is (137,140,252). Sum of RGB (Red+Green+Blue) = 137+140+252=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #898CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CFC is #767303. Grayscale: #979797. Windows color (decimal): -7762692 or 16551049. OLE color: 16551049.
HSL color Cylindrical-coordinate representation of color #898CFC: hue angle of 238.43º 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 #898CFC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 140 | 252 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.01 |
| HSL | 238.43º | 0.95% | 0.76% | - |
| HSV(B) | 238.43º | 0.46% | 0.99% | - |
| XYZ | 37.27 | 31.1 | 96.13 | - |
| YUV | 151.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 252 | 0.46 | 0.44 | 0 | 0.01 | 238.43 | 0.95 | 0.76 |
| Hex | 89 | 8C | FC | 2E | 2C | 0 | 1 | EE | 5F | 4C |
| Octal | 211 | 214 | 374 | 56 | 54 | 0 | 1 | 356 | 137 | 114 |
| Binary | 10001001 | 10001100 | 11111100 | 101110 | 101100 | 0 | 1 | 11101110 | 1011111 | 1001100 |
Color Harmonies of #898CFC
Complementary color
Monochromatic Colors of #898CFC
Black with #898CFC
Text Example
Text Example
White with #898CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CFC; }
p { color: rgb(137,140,252); }
H1.HeaderClassName
{
color: #898CFC;
}
.AnyTagClassName
{
color: #898CFC;
}
</style>
background-color css
<style>
a { background-color: #898CFC; }
a { background-color: rgb(137,140,252); }
div.DivClassName
{
background-color: #898CFC;
}
.BgClassName
{
background-color: #898CFC;
}
</style>
border-color css
<style>
span { border-color: #898CFC; }
span { border-color: rgb(137,140,252); }
td.TdClassName
{
border-color: #898CFC;
}
.TagClassName
{
border-color: #898CFC;
}
</style>