Shades of Light Slate Blue #8B7EEF
Tints of Light Slate Blue #8B7EEF
RGB
CMYK
RGB Variations
Color information
#8B7EEF (or 0x8B7EEF) is known color: Light Slate Blue. HEX triplet: 8B, 7E and EF. RGB value is (139,126,239). Sum of RGB (Red+Green+Blue) = 139+126+239=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7EEF is #748110. Grayscale: #8E8E8E. Windows color (decimal): -7635217 or 15695499. OLE color: 15695499.
HSL color Cylindrical-coordinate representation of color #8B7EEF: hue angle of 246.9º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B7EEF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 126 | 239 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.06 |
| HSL | 246.9º | 0.78% | 0.72% | - |
| HSV(B) | 246.9º | 0.47% | 0.94% | - |
| XYZ | 33.69 | 26.64 | 85.03 | - |
| YUV | 142.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 239 | 0.42 | 0.47 | 0 | 0.06 | 246.9 | 0.78 | 0.72 |
| Hex | 8B | 7E | EF | 2A | 2F | 0 | 6 | F7 | 4E | 48 |
| Octal | 213 | 176 | 357 | 52 | 57 | 0 | 6 | 367 | 116 | 110 |
| Binary | 10001011 | 1111110 | 11101111 | 101010 | 101111 | 0 | 110 | 11110111 | 1001110 | 1001000 |
Color Harmonies of #8B7EEF
Complementary color
Monochromatic Colors of #8B7EEF
Black with #8B7EEF
Text Example
Text Example
White with #8B7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7EEF; }
p { color: rgb(139,126,239); }
H1.HeaderClassName
{
color: #8B7EEF;
}
.AnyTagClassName
{
color: #8B7EEF;
}
</style>
background-color css
<style>
a { background-color: #8B7EEF; }
a { background-color: rgb(139,126,239); }
div.DivClassName
{
background-color: #8B7EEF;
}
.BgClassName
{
background-color: #8B7EEF;
}
</style>
border-color css
<style>
span { border-color: #8B7EEF; }
span { border-color: rgb(139,126,239); }
td.TdClassName
{
border-color: #8B7EEF;
}
.TagClassName
{
border-color: #8B7EEF;
}
</style>