Shades of Medium Slate Blue #845AFB
Tints of Medium Slate Blue #845AFB
RGB
CMYK
RGB Variations
Color information
#845AFB (or 0x845AFB) is known color: Medium Slate Blue. HEX triplet: 84, 5A and FB. RGB value is (132,90,251). Sum of RGB (Red+Green+Blue) = 132+90+251=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #845AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845AFB is #7BA504. Grayscale: #787878. Windows color (decimal): -8103173 or 16472708. OLE color: 16472708.
HSL color Cylindrical-coordinate representation of color #845AFB: hue angle of 255.65º 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 #845AFB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 90 | 251 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.02 |
| HSL | 255.65º | 0.95% | 0.67% | - |
| HSV(B) | 255.65º | 0.64% | 0.98% | - |
| XYZ | 30.58 | 19.18 | 93.36 | - |
| YUV | 120.91 | 201.41 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 251 | 0.47 | 0.64 | 0 | 0.02 | 255.65 | 0.95 | 0.67 |
| Hex | 84 | 5A | FB | 2F | 40 | 0 | 2 | 100 | 5F | 43 |
| Octal | 204 | 132 | 373 | 57 | 100 | 0 | 2 | 400 | 137 | 103 |
| Binary | 10000100 | 1011010 | 11111011 | 101111 | 1000000 | 0 | 10 | 100000000 | 1011111 | 1000011 |
Color Harmonies of #845AFB
Complementary color
Monochromatic Colors of #845AFB
Black with #845AFB
Text Example
Text Example
White with #845AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AFB; }
p { color: rgb(132,90,251); }
H1.HeaderClassName
{
color: #845AFB;
}
.AnyTagClassName
{
color: #845AFB;
}
</style>
background-color css
<style>
a { background-color: #845AFB; }
a { background-color: rgb(132,90,251); }
div.DivClassName
{
background-color: #845AFB;
}
.BgClassName
{
background-color: #845AFB;
}
</style>
border-color css
<style>
span { border-color: #845AFB; }
span { border-color: rgb(132,90,251); }
td.TdClassName
{
border-color: #845AFB;
}
.TagClassName
{
border-color: #845AFB;
}
</style>