Shades of Light Slate Blue #8584EA
Tints of Light Slate Blue #8584EA
RGB
CMYK
RGB Variations
Color information
#8584EA (or 0x8584EA) is known color: Light Slate Blue. HEX triplet: 85, 84 and EA. RGB value is (133,132,234). Sum of RGB (Red+Green+Blue) = 133+132+234=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #8584EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8584EA is #7A7B15. Grayscale: #8F8F8F. Windows color (decimal): -8026902 or 15369349. OLE color: 15369349.
HSL color Cylindrical-coordinate representation of color #8584EA: hue angle of 240.59º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8584EA is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 132 | 234 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.08 |
| HSL | 240.59º | 0.71% | 0.72% | - |
| HSV(B) | 240.59º | 0.44% | 0.92% | - |
| XYZ | 32.78 | 27.43 | 81.41 | - |
| YUV | 143.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 234 | 0.43 | 0.44 | 0 | 0.08 | 240.59 | 0.71 | 0.72 |
| Hex | 85 | 84 | EA | 2B | 2C | 0 | 8 | F1 | 47 | 48 |
| Octal | 205 | 204 | 352 | 53 | 54 | 0 | 10 | 361 | 107 | 110 |
| Binary | 10000101 | 10000100 | 11101010 | 101011 | 101100 | 0 | 1000 | 11110001 | 1000111 | 1001000 |
Color Harmonies of #8584EA
Complementary color
Monochromatic Colors of #8584EA
Black with #8584EA
Text Example
Text Example
White with #8584EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8584EA; }
p { color: rgb(133,132,234); }
H1.HeaderClassName
{
color: #8584EA;
}
.AnyTagClassName
{
color: #8584EA;
}
</style>
background-color css
<style>
a { background-color: #8584EA; }
a { background-color: rgb(133,132,234); }
div.DivClassName
{
background-color: #8584EA;
}
.BgClassName
{
background-color: #8584EA;
}
</style>
border-color css
<style>
span { border-color: #8584EA; }
span { border-color: rgb(133,132,234); }
td.TdClassName
{
border-color: #8584EA;
}
.TagClassName
{
border-color: #8584EA;
}
</style>