Shades of Slate Blue #7E4CCB
Tints of Slate Blue #7E4CCB
RGB
CMYK
RGB Variations
Color information
#7E4CCB (or 0x7E4CCB) is known color: Slate Blue. HEX triplet: 7E, 4C and CB. RGB value is (126,76,203). Sum of RGB (Red+Green+Blue) = 126+76+203=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E4CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CCB is #81B334. Grayscale: #686868. Windows color (decimal): -8500021 or 13323390. OLE color: 13323390.
HSL color Cylindrical-coordinate representation of color #7E4CCB: hue angle of 263.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E4CCB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 76 | 203 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.20 |
| HSL | 263.62º | 0.55% | 0.55% | - |
| HSV(B) | 263.62º | 0.63% | 0.8% | - |
| XYZ | 21.97 | 13.92 | 58.03 | - |
| YUV | 105.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 203 | 0.38 | 0.63 | 0 | 0.20 | 263.62 | 0.55 | 0.55 |
| Hex | 7E | 4C | CB | 26 | 3F | 0 | 14 | 108 | 37 | 37 |
| Octal | 176 | 114 | 313 | 46 | 77 | 0 | 24 | 410 | 67 | 67 |
| Binary | 1111110 | 1001100 | 11001011 | 100110 | 111111 | 0 | 10100 | 100001000 | 110111 | 110111 |
Color Harmonies of #7E4CCB
Complementary color
Monochromatic Colors of #7E4CCB
Black with #7E4CCB
Text Example
Text Example
White with #7E4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4CCB; }
p { color: rgb(126,76,203); }
H1.HeaderClassName
{
color: #7E4CCB;
}
.AnyTagClassName
{
color: #7E4CCB;
}
</style>
background-color css
<style>
a { background-color: #7E4CCB; }
a { background-color: rgb(126,76,203); }
div.DivClassName
{
background-color: #7E4CCB;
}
.BgClassName
{
background-color: #7E4CCB;
}
</style>
border-color css
<style>
span { border-color: #7E4CCB; }
span { border-color: rgb(126,76,203); }
td.TdClassName
{
border-color: #7E4CCB;
}
.TagClassName
{
border-color: #7E4CCB;
}
</style>