Shades of Light Slate Blue #896BFC
Tints of Light Slate Blue #896BFC
RGB
CMYK
RGB Variations
Color information
#896BFC (or 0x896BFC) is known color: Light Slate Blue. HEX triplet: 89, 6B and FC. RGB value is (137,107,252). Sum of RGB (Red+Green+Blue) = 137+107+252=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #896BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896BFC is #769403. Grayscale: #838383. Windows color (decimal): -7771140 or 16542601. OLE color: 16542601.
HSL color Cylindrical-coordinate representation of color #896BFC: hue angle of 252.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #896BFC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 107 | 252 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.01 |
| HSL | 252.41º | 0.96% | 0.7% | - |
| HSV(B) | 252.41º | 0.58% | 0.99% | - |
| XYZ | 33.14 | 22.86 | 94.76 | - |
| YUV | 132.5 | 195.44 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 252 | 0.46 | 0.58 | 0 | 0.01 | 252.41 | 0.96 | 0.7 |
| Hex | 89 | 6B | FC | 2E | 3A | 0 | 1 | FC | 60 | 46 |
| Octal | 211 | 153 | 374 | 56 | 72 | 0 | 1 | 374 | 140 | 106 |
| Binary | 10001001 | 1101011 | 11111100 | 101110 | 111010 | 0 | 1 | 11111100 | 1100000 | 1000110 |
Color Harmonies of #896BFC
Complementary color
Monochromatic Colors of #896BFC
Black with #896BFC
Text Example
Text Example
White with #896BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BFC; }
p { color: rgb(137,107,252); }
H1.HeaderClassName
{
color: #896BFC;
}
.AnyTagClassName
{
color: #896BFC;
}
</style>
background-color css
<style>
a { background-color: #896BFC; }
a { background-color: rgb(137,107,252); }
div.DivClassName
{
background-color: #896BFC;
}
.BgClassName
{
background-color: #896BFC;
}
</style>
border-color css
<style>
span { border-color: #896BFC; }
span { border-color: rgb(137,107,252); }
td.TdClassName
{
border-color: #896BFC;
}
.TagClassName
{
border-color: #896BFC;
}
</style>