Shades of Slate Blue #7E5ACF
Tints of Slate Blue #7E5ACF
RGB
CMYK
RGB Variations
Color information
#7E5ACF (or 0x7E5ACF) is known color: Slate Blue. HEX triplet: 7E, 5A and CF. RGB value is (126,90,207). Sum of RGB (Red+Green+Blue) = 126+90+207=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5ACF is #81A530. Grayscale: #717171. Windows color (decimal): -8496433 or 13589118. OLE color: 13589118.
HSL color Cylindrical-coordinate representation of color #7E5ACF: hue angle of 258.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E5ACF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 90 | 207 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.19 |
| HSL | 258.46º | 0.55% | 0.58% | - |
| HSV(B) | 258.46º | 0.57% | 0.81% | - |
| XYZ | 23.52 | 16.25 | 60.93 | - |
| YUV | 114.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 207 | 0.39 | 0.57 | 0 | 0.19 | 258.46 | 0.55 | 0.58 |
| Hex | 7E | 5A | CF | 27 | 39 | 0 | 13 | 102 | 37 | 3A |
| Octal | 176 | 132 | 317 | 47 | 71 | 0 | 23 | 402 | 67 | 72 |
| Binary | 1111110 | 1011010 | 11001111 | 100111 | 111001 | 0 | 10011 | 100000010 | 110111 | 111010 |
Color Harmonies of #7E5ACF
Complementary color
Monochromatic Colors of #7E5ACF
Black with #7E5ACF
Text Example
Text Example
White with #7E5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5ACF; }
p { color: rgb(126,90,207); }
H1.HeaderClassName
{
color: #7E5ACF;
}
.AnyTagClassName
{
color: #7E5ACF;
}
</style>
background-color css
<style>
a { background-color: #7E5ACF; }
a { background-color: rgb(126,90,207); }
div.DivClassName
{
background-color: #7E5ACF;
}
.BgClassName
{
background-color: #7E5ACF;
}
</style>
border-color css
<style>
span { border-color: #7E5ACF; }
span { border-color: rgb(126,90,207); }
td.TdClassName
{
border-color: #7E5ACF;
}
.TagClassName
{
border-color: #7E5ACF;
}
</style>