Shades of Light Slate Blue #8B7FEE
Tints of Light Slate Blue #8B7FEE
RGB
CMYK
RGB Variations
Color information
#8B7FEE (or 0x8B7FEE) is known color: Light Slate Blue. HEX triplet: 8B, 7F and EE. RGB value is (139,127,238). Sum of RGB (Red+Green+Blue) = 139+127+238=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7FEE is #748011. Grayscale: #8E8E8E. Windows color (decimal): -7634962 or 15630219. OLE color: 15630219.
HSL color Cylindrical-coordinate representation of color #8B7FEE: hue angle of 246.49º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B7FEE is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 127 | 238 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.07 |
| HSL | 246.49º | 0.77% | 0.72% | - |
| HSV(B) | 246.49º | 0.47% | 0.93% | - |
| XYZ | 33.67 | 26.84 | 84.3 | - |
| YUV | 143.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 238 | 0.42 | 0.47 | 0 | 0.07 | 246.49 | 0.77 | 0.72 |
| Hex | 8B | 7F | EE | 2A | 2F | 0 | 7 | F6 | 4D | 48 |
| Octal | 213 | 177 | 356 | 52 | 57 | 0 | 7 | 366 | 115 | 110 |
| Binary | 10001011 | 1111111 | 11101110 | 101010 | 101111 | 0 | 111 | 11110110 | 1001101 | 1001000 |
Color Harmonies of #8B7FEE
Complementary color
Monochromatic Colors of #8B7FEE
Black with #8B7FEE
Text Example
Text Example
White with #8B7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FEE; }
p { color: rgb(139,127,238); }
H1.HeaderClassName
{
color: #8B7FEE;
}
.AnyTagClassName
{
color: #8B7FEE;
}
</style>
background-color css
<style>
a { background-color: #8B7FEE; }
a { background-color: rgb(139,127,238); }
div.DivClassName
{
background-color: #8B7FEE;
}
.BgClassName
{
background-color: #8B7FEE;
}
</style>
border-color css
<style>
span { border-color: #8B7FEE; }
span { border-color: rgb(139,127,238); }
td.TdClassName
{
border-color: #8B7FEE;
}
.TagClassName
{
border-color: #8B7FEE;
}
</style>