Shades of Light Slate Blue #896AF3
Tints of Light Slate Blue #896AF3
RGB
CMYK
RGB Variations
Color information
#896AF3 (or 0x896AF3) is known color: Light Slate Blue. HEX triplet: 89, 6A and F3. RGB value is (137,106,243). Sum of RGB (Red+Green+Blue) = 137+106+243=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #896AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AF3 is #76950C. Grayscale: #828282. Windows color (decimal): -7771405 or 15952521. OLE color: 15952521.
HSL color Cylindrical-coordinate representation of color #896AF3: hue angle of 253.58º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896AF3 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 106 | 243 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.05 |
| HSL | 253.58º | 0.85% | 0.68% | - |
| HSV(B) | 253.58º | 0.56% | 0.95% | - |
| XYZ | 31.65 | 22.1 | 87.39 | - |
| YUV | 130.89 | 191.27 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 243 | 0.44 | 0.56 | 0 | 0.05 | 253.58 | 0.85 | 0.68 |
| Hex | 89 | 6A | F3 | 2C | 38 | 0 | 5 | FE | 55 | 44 |
| Octal | 211 | 152 | 363 | 54 | 70 | 0 | 5 | 376 | 125 | 104 |
| Binary | 10001001 | 1101010 | 11110011 | 101100 | 111000 | 0 | 101 | 11111110 | 1010101 | 1000100 |
Color Harmonies of #896AF3
Complementary color
Monochromatic Colors of #896AF3
Black with #896AF3
Text Example
Text Example
White with #896AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AF3; }
p { color: rgb(137,106,243); }
H1.HeaderClassName
{
color: #896AF3;
}
.AnyTagClassName
{
color: #896AF3;
}
</style>
background-color css
<style>
a { background-color: #896AF3; }
a { background-color: rgb(137,106,243); }
div.DivClassName
{
background-color: #896AF3;
}
.BgClassName
{
background-color: #896AF3;
}
</style>
border-color css
<style>
span { border-color: #896AF3; }
span { border-color: rgb(137,106,243); }
td.TdClassName
{
border-color: #896AF3;
}
.TagClassName
{
border-color: #896AF3;
}
</style>