Shades of Slate Blue #7E5FD6
Tints of Slate Blue #7E5FD6
RGB
CMYK
RGB Variations
Color information
#7E5FD6 (or 0x7E5FD6) is known color: Slate Blue. HEX triplet: 7E, 5F and D6. RGB value is (126,95,214). Sum of RGB (Red+Green+Blue) = 126+95+214=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #7E5FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FD6 is #81A029. Grayscale: #757575. Windows color (decimal): -8495146 or 14049150. OLE color: 14049150.
HSL color Cylindrical-coordinate representation of color #7E5FD6: hue angle of 255.63º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E5FD6 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 95 | 214 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.16 |
| HSL | 255.63º | 0.59% | 0.61% | - |
| HSV(B) | 255.63º | 0.56% | 0.84% | - |
| XYZ | 24.83 | 17.48 | 65.68 | - |
| YUV | 117.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 95 | 214 | 0.41 | 0.56 | 0 | 0.16 | 255.63 | 0.59 | 0.61 |
| Hex | 7E | 5F | D6 | 29 | 38 | 0 | 10 | 100 | 3B | 3D |
| Octal | 176 | 137 | 326 | 51 | 70 | 0 | 20 | 400 | 73 | 75 |
| Binary | 1111110 | 1011111 | 11010110 | 101001 | 111000 | 0 | 10000 | 100000000 | 111011 | 111101 |
Color Harmonies of #7E5FD6
Complementary color
Monochromatic Colors of #7E5FD6
Black with #7E5FD6
Text Example
Text Example
White with #7E5FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5FD6; }
p { color: rgb(126,95,214); }
H1.HeaderClassName
{
color: #7E5FD6;
}
.AnyTagClassName
{
color: #7E5FD6;
}
</style>
background-color css
<style>
a { background-color: #7E5FD6; }
a { background-color: rgb(126,95,214); }
div.DivClassName
{
background-color: #7E5FD6;
}
.BgClassName
{
background-color: #7E5FD6;
}
</style>
border-color css
<style>
span { border-color: #7E5FD6; }
span { border-color: rgb(126,95,214); }
td.TdClassName
{
border-color: #7E5FD6;
}
.TagClassName
{
border-color: #7E5FD6;
}
</style>