Shades of Light Slate Blue #895AFB
Tints of Light Slate Blue #895AFB
RGB
CMYK
RGB Variations
Color information
#895AFB (or 0x895AFB) is known color: Light Slate Blue. HEX triplet: 89, 5A and FB. RGB value is (137,90,251). Sum of RGB (Red+Green+Blue) = 137+90+251=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #895AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AFB is #76A504. Grayscale: #797979. Windows color (decimal): -7775493 or 16472713. OLE color: 16472713.
HSL color Cylindrical-coordinate representation of color #895AFB: hue angle of 257.52º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895AFB is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 90 | 251 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.02 |
| HSL | 257.52º | 0.95% | 0.67% | - |
| HSV(B) | 257.52º | 0.64% | 0.98% | - |
| XYZ | 31.39 | 19.6 | 93.39 | - |
| YUV | 122.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 251 | 0.45 | 0.64 | 0 | 0.02 | 257.52 | 0.95 | 0.67 |
| Hex | 89 | 5A | FB | 2D | 40 | 0 | 2 | 102 | 5F | 43 |
| Octal | 211 | 132 | 373 | 55 | 100 | 0 | 2 | 402 | 137 | 103 |
| Binary | 10001001 | 1011010 | 11111011 | 101101 | 1000000 | 0 | 10 | 100000010 | 1011111 | 1000011 |
Color Harmonies of #895AFB
Complementary color
Monochromatic Colors of #895AFB
Black with #895AFB
Text Example
Text Example
White with #895AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895AFB; }
p { color: rgb(137,90,251); }
H1.HeaderClassName
{
color: #895AFB;
}
.AnyTagClassName
{
color: #895AFB;
}
</style>
background-color css
<style>
a { background-color: #895AFB; }
a { background-color: rgb(137,90,251); }
div.DivClassName
{
background-color: #895AFB;
}
.BgClassName
{
background-color: #895AFB;
}
</style>
border-color css
<style>
span { border-color: #895AFB; }
span { border-color: rgb(137,90,251); }
td.TdClassName
{
border-color: #895AFB;
}
.TagClassName
{
border-color: #895AFB;
}
</style>