Shades of Slate Blue #7E5BCB
Tints of Slate Blue #7E5BCB
RGB
CMYK
RGB Variations
Color information
#7E5BCB (or 0x7E5BCB) is known color: Slate Blue. HEX triplet: 7E, 5B and CB. RGB value is (126,91,203). Sum of RGB (Red+Green+Blue) = 126+91+203=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E5BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BCB is #81A434. Grayscale: #717171. Windows color (decimal): -8496181 or 13327230. OLE color: 13327230.
HSL color Cylindrical-coordinate representation of color #7E5BCB: hue angle of 258.75º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E5BCB is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 91 | 203 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.20 |
| HSL | 258.75º | 0.52% | 0.58% | - |
| HSV(B) | 258.75º | 0.55% | 0.8% | - |
| XYZ | 23.12 | 16.23 | 58.41 | - |
| YUV | 114.23 | 178.1 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 203 | 0.38 | 0.55 | 0 | 0.20 | 258.75 | 0.52 | 0.58 |
| Hex | 7E | 5B | CB | 26 | 37 | 0 | 14 | 103 | 34 | 3A |
| Octal | 176 | 133 | 313 | 46 | 67 | 0 | 24 | 403 | 64 | 72 |
| Binary | 1111110 | 1011011 | 11001011 | 100110 | 110111 | 0 | 10100 | 100000011 | 110100 | 111010 |
Color Harmonies of #7E5BCB
Complementary color
Monochromatic Colors of #7E5BCB
Black with #7E5BCB
Text Example
Text Example
White with #7E5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5BCB; }
p { color: rgb(126,91,203); }
H1.HeaderClassName
{
color: #7E5BCB;
}
.AnyTagClassName
{
color: #7E5BCB;
}
</style>
background-color css
<style>
a { background-color: #7E5BCB; }
a { background-color: rgb(126,91,203); }
div.DivClassName
{
background-color: #7E5BCB;
}
.BgClassName
{
background-color: #7E5BCB;
}
</style>
border-color css
<style>
span { border-color: #7E5BCB; }
span { border-color: rgb(126,91,203); }
td.TdClassName
{
border-color: #7E5BCB;
}
.TagClassName
{
border-color: #7E5BCB;
}
</style>