Shades of Light Slate Blue #897FFC
Tints of Light Slate Blue #897FFC
RGB
CMYK
RGB Variations
Color information
#897FFC (or 0x897FFC) is known color: Light Slate Blue. HEX triplet: 89, 7F and FC. RGB value is (137,127,252). Sum of RGB (Red+Green+Blue) = 137+127+252=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #897FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897FFC is #768003. Grayscale: #8F8F8F. Windows color (decimal): -7766020 or 16547721. OLE color: 16547721.
HSL color Cylindrical-coordinate representation of color #897FFC: hue angle of 244.8º 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 #897FFC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 127 | 252 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.01 |
| HSL | 244.8º | 0.95% | 0.74% | - |
| HSV(B) | 244.8º | 0.5% | 0.99% | - |
| XYZ | 35.48 | 27.53 | 95.54 | - |
| YUV | 144.24 | 188.81 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 252 | 0.46 | 0.50 | 0 | 0.01 | 244.8 | 0.95 | 0.74 |
| Hex | 89 | 7F | FC | 2E | 32 | 0 | 1 | F5 | 5F | 4A |
| Octal | 211 | 177 | 374 | 56 | 62 | 0 | 1 | 365 | 137 | 112 |
| Binary | 10001001 | 1111111 | 11111100 | 101110 | 110010 | 0 | 1 | 11110101 | 1011111 | 1001010 |
Color Harmonies of #897FFC
Complementary color
Monochromatic Colors of #897FFC
Black with #897FFC
Text Example
Text Example
White with #897FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897FFC; }
p { color: rgb(137,127,252); }
H1.HeaderClassName
{
color: #897FFC;
}
.AnyTagClassName
{
color: #897FFC;
}
</style>
background-color css
<style>
a { background-color: #897FFC; }
a { background-color: rgb(137,127,252); }
div.DivClassName
{
background-color: #897FFC;
}
.BgClassName
{
background-color: #897FFC;
}
</style>
border-color css
<style>
span { border-color: #897FFC; }
span { border-color: rgb(137,127,252); }
td.TdClassName
{
border-color: #897FFC;
}
.TagClassName
{
border-color: #897FFC;
}
</style>