Shades of Light Slate Blue #8A7BEC
Tints of Light Slate Blue #8A7BEC
RGB
CMYK
RGB Variations
Color information
#8A7BEC (or 0x8A7BEC) is known color: Light Slate Blue. HEX triplet: 8A, 7B and EC. RGB value is (138,123,236). Sum of RGB (Red+Green+Blue) = 138+123+236=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A7BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7BEC is #758413. Grayscale: #8B8B8B. Windows color (decimal): -7701524 or 15498122. OLE color: 15498122.
HSL color Cylindrical-coordinate representation of color #8A7BEC: hue angle of 247.96º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A7BEC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 123 | 236 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.07 |
| HSL | 247.96º | 0.75% | 0.7% | - |
| HSV(B) | 247.96º | 0.48% | 0.93% | - |
| XYZ | 32.7 | 25.63 | 82.58 | - |
| YUV | 140.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 236 | 0.42 | 0.48 | 0 | 0.07 | 247.96 | 0.75 | 0.7 |
| Hex | 8A | 7B | EC | 2A | 30 | 0 | 7 | F8 | 4B | 46 |
| Octal | 212 | 173 | 354 | 52 | 60 | 0 | 7 | 370 | 113 | 106 |
| Binary | 10001010 | 1111011 | 11101100 | 101010 | 110000 | 0 | 111 | 11111000 | 1001011 | 1000110 |
Color Harmonies of #8A7BEC
Complementary color
Monochromatic Colors of #8A7BEC
Black with #8A7BEC
Text Example
Text Example
White with #8A7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BEC; }
p { color: rgb(138,123,236); }
H1.HeaderClassName
{
color: #8A7BEC;
}
.AnyTagClassName
{
color: #8A7BEC;
}
</style>
background-color css
<style>
a { background-color: #8A7BEC; }
a { background-color: rgb(138,123,236); }
div.DivClassName
{
background-color: #8A7BEC;
}
.BgClassName
{
background-color: #8A7BEC;
}
</style>
border-color css
<style>
span { border-color: #8A7BEC; }
span { border-color: rgb(138,123,236); }
td.TdClassName
{
border-color: #8A7BEC;
}
.TagClassName
{
border-color: #8A7BEC;
}
</style>