Shades of Slate Blue #7E4BDF
Tints of Slate Blue #7E4BDF
RGB
CMYK
RGB Variations
Color information
#7E4BDF (or 0x7E4BDF) is known color: Slate Blue. HEX triplet: 7E, 4B and DF. RGB value is (126,75,223). Sum of RGB (Red+Green+Blue) = 126+75+223=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E4BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BDF is #81B420. Grayscale: #6A6A6A. Windows color (decimal): -8500257 or 14633854. OLE color: 14633854.
HSL color Cylindrical-coordinate representation of color #7E4BDF: hue angle of 260.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E4BDF is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 75 | 223 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.13 |
| HSL | 260.68º | 0.7% | 0.58% | - |
| HSV(B) | 260.68º | 0.66% | 0.87% | - |
| XYZ | 24.44 | 14.8 | 71.38 | - |
| YUV | 107.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 75 | 223 | 0.43 | 0.66 | 0 | 0.13 | 260.68 | 0.7 | 0.58 |
| Hex | 7E | 4B | DF | 2B | 42 | 0 | D | 105 | 46 | 3A |
| Octal | 176 | 113 | 337 | 53 | 102 | 0 | 15 | 405 | 106 | 72 |
| Binary | 1111110 | 1001011 | 11011111 | 101011 | 1000010 | 0 | 1101 | 100000101 | 1000110 | 111010 |
Color Harmonies of #7E4BDF
Complementary color
Monochromatic Colors of #7E4BDF
Black with #7E4BDF
Text Example
Text Example
White with #7E4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4BDF; }
p { color: rgb(126,75,223); }
H1.HeaderClassName
{
color: #7E4BDF;
}
.AnyTagClassName
{
color: #7E4BDF;
}
</style>
background-color css
<style>
a { background-color: #7E4BDF; }
a { background-color: rgb(126,75,223); }
div.DivClassName
{
background-color: #7E4BDF;
}
.BgClassName
{
background-color: #7E4BDF;
}
</style>
border-color css
<style>
span { border-color: #7E4BDF; }
span { border-color: rgb(126,75,223); }
td.TdClassName
{
border-color: #7E4BDF;
}
.TagClassName
{
border-color: #7E4BDF;
}
</style>