Shades of Light Slate Blue #8A7BEE
Tints of Light Slate Blue #8A7BEE
RGB
CMYK
RGB Variations
Color information
#8A7BEE (or 0x8A7BEE) is known color: Light Slate Blue. HEX triplet: 8A, 7B and EE. RGB value is (138,123,238). Sum of RGB (Red+Green+Blue) = 138+123+238=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7BEE is #758411. Grayscale: #8C8C8C. Windows color (decimal): -7701522 or 15629194. OLE color: 15629194.
HSL color Cylindrical-coordinate representation of color #8A7BEE: hue angle of 247.83º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A7BEE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 123 | 238 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.07 |
| HSL | 247.83º | 0.77% | 0.71% | - |
| HSV(B) | 247.83º | 0.48% | 0.93% | - |
| XYZ | 33 | 25.74 | 84.12 | - |
| YUV | 140.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 238 | 0.42 | 0.48 | 0 | 0.07 | 247.83 | 0.77 | 0.71 |
| Hex | 8A | 7B | EE | 2A | 30 | 0 | 7 | F8 | 4D | 47 |
| Octal | 212 | 173 | 356 | 52 | 60 | 0 | 7 | 370 | 115 | 107 |
| Binary | 10001010 | 1111011 | 11101110 | 101010 | 110000 | 0 | 111 | 11111000 | 1001101 | 1000111 |
Color Harmonies of #8A7BEE
Complementary color
Monochromatic Colors of #8A7BEE
Black with #8A7BEE
Text Example
Text Example
White with #8A7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BEE; }
p { color: rgb(138,123,238); }
H1.HeaderClassName
{
color: #8A7BEE;
}
.AnyTagClassName
{
color: #8A7BEE;
}
</style>
background-color css
<style>
a { background-color: #8A7BEE; }
a { background-color: rgb(138,123,238); }
div.DivClassName
{
background-color: #8A7BEE;
}
.BgClassName
{
background-color: #8A7BEE;
}
</style>
border-color css
<style>
span { border-color: #8A7BEE; }
span { border-color: rgb(138,123,238); }
td.TdClassName
{
border-color: #8A7BEE;
}
.TagClassName
{
border-color: #8A7BEE;
}
</style>