Shades of Light Slate Blue #8A85EC
Tints of Light Slate Blue #8A85EC
RGB
CMYK
RGB Variations
Color information
#8A85EC (or 0x8A85EC) is known color: Light Slate Blue. HEX triplet: 8A, 85 and EC. RGB value is (138,133,236). Sum of RGB (Red+Green+Blue) = 138+133+236=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A85EC is #757A13. Grayscale: #919191. Windows color (decimal): -7698964 or 15500682. OLE color: 15500682.
HSL color Cylindrical-coordinate representation of color #8A85EC: hue angle of 242.91º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A85EC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 133 | 236 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.07 |
| HSL | 242.91º | 0.73% | 0.72% | - |
| HSV(B) | 242.91º | 0.44% | 0.93% | - |
| XYZ | 34.01 | 28.23 | 83.01 | - |
| YUV | 146.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 236 | 0.42 | 0.44 | 0 | 0.07 | 242.91 | 0.73 | 0.72 |
| Hex | 8A | 85 | EC | 2A | 2C | 0 | 7 | F3 | 49 | 48 |
| Octal | 212 | 205 | 354 | 52 | 54 | 0 | 7 | 363 | 111 | 110 |
| Binary | 10001010 | 10000101 | 11101100 | 101010 | 101100 | 0 | 111 | 11110011 | 1001001 | 1001000 |
Color Harmonies of #8A85EC
Complementary color
Monochromatic Colors of #8A85EC
Black with #8A85EC
Text Example
Text Example
White with #8A85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85EC; }
p { color: rgb(138,133,236); }
H1.HeaderClassName
{
color: #8A85EC;
}
.AnyTagClassName
{
color: #8A85EC;
}
</style>
background-color css
<style>
a { background-color: #8A85EC; }
a { background-color: rgb(138,133,236); }
div.DivClassName
{
background-color: #8A85EC;
}
.BgClassName
{
background-color: #8A85EC;
}
</style>
border-color css
<style>
span { border-color: #8A85EC; }
span { border-color: rgb(138,133,236); }
td.TdClassName
{
border-color: #8A85EC;
}
.TagClassName
{
border-color: #8A85EC;
}
</style>