Shades of Light Slate Blue #895BFA
Tints of Light Slate Blue #895BFA
RGB
CMYK
RGB Variations
Color information
#895BFA (or 0x895BFA) is known color: Light Slate Blue. HEX triplet: 89, 5B and FA. RGB value is (137,91,250). Sum of RGB (Red+Green+Blue) = 137+91+250=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #895BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895BFA is #76A405. Grayscale: #7A7A7A. Windows color (decimal): -7775238 or 16407433. OLE color: 16407433.
HSL color Cylindrical-coordinate representation of color #895BFA: hue angle of 257.36º degrees, saturation: 0.94, 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 #895BFA is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 91 | 250 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.02 |
| HSL | 257.36º | 0.94% | 0.67% | - |
| HSV(B) | 257.36º | 0.64% | 0.98% | - |
| XYZ | 31.31 | 19.7 | 92.6 | - |
| YUV | 122.88 | 199.74 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 250 | 0.45 | 0.64 | 0 | 0.02 | 257.36 | 0.94 | 0.67 |
| Hex | 89 | 5B | FA | 2D | 40 | 0 | 2 | 101 | 5E | 43 |
| Octal | 211 | 133 | 372 | 55 | 100 | 0 | 2 | 401 | 136 | 103 |
| Binary | 10001001 | 1011011 | 11111010 | 101101 | 1000000 | 0 | 10 | 100000001 | 1011110 | 1000011 |
Color Harmonies of #895BFA
Complementary color
Monochromatic Colors of #895BFA
Black with #895BFA
Text Example
Text Example
White with #895BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BFA; }
p { color: rgb(137,91,250); }
H1.HeaderClassName
{
color: #895BFA;
}
.AnyTagClassName
{
color: #895BFA;
}
</style>
background-color css
<style>
a { background-color: #895BFA; }
a { background-color: rgb(137,91,250); }
div.DivClassName
{
background-color: #895BFA;
}
.BgClassName
{
background-color: #895BFA;
}
</style>
border-color css
<style>
span { border-color: #895BFA; }
span { border-color: rgb(137,91,250); }
td.TdClassName
{
border-color: #895BFA;
}
.TagClassName
{
border-color: #895BFA;
}
</style>