Shades of Slate Blue #795EC4
Tints of Slate Blue #795EC4
RGB
CMYK
RGB Variations
Color information
#795EC4 (or 0x795EC4) is known color: Slate Blue. HEX triplet: 79, 5E and C4. RGB value is (121,94,196). Sum of RGB (Red+Green+Blue) = 121+94+196=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 196 - color contains mainly: blue. Hex color #795EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EC4 is #86A13B. Grayscale: #717171. Windows color (decimal): -8823100 or 12869241. OLE color: 12869241.
HSL color Cylindrical-coordinate representation of color #795EC4: hue angle of 255.88º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #795EC4 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 94 | 196 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.23 |
| HSL | 255.88º | 0.46% | 0.57% | - |
| HSV(B) | 255.88º | 0.52% | 0.77% | - |
| XYZ | 21.85 | 16.06 | 54.17 | - |
| YUV | 113.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 196 | 0.38 | 0.52 | 0 | 0.23 | 255.88 | 0.46 | 0.57 |
| Hex | 79 | 5E | C4 | 26 | 34 | 0 | 17 | 100 | 2E | 39 |
| Octal | 171 | 136 | 304 | 46 | 64 | 0 | 27 | 400 | 56 | 71 |
| Binary | 1111001 | 1011110 | 11000100 | 100110 | 110100 | 0 | 10111 | 100000000 | 101110 | 111001 |
Color Harmonies of #795EC4
Complementary color
Monochromatic Colors of #795EC4
Black with #795EC4
Text Example
Text Example
White with #795EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795EC4; }
p { color: rgb(121,94,196); }
H1.HeaderClassName
{
color: #795EC4;
}
.AnyTagClassName
{
color: #795EC4;
}
</style>
background-color css
<style>
a { background-color: #795EC4; }
a { background-color: rgb(121,94,196); }
div.DivClassName
{
background-color: #795EC4;
}
.BgClassName
{
background-color: #795EC4;
}
</style>
border-color css
<style>
span { border-color: #795EC4; }
span { border-color: rgb(121,94,196); }
td.TdClassName
{
border-color: #795EC4;
}
.TagClassName
{
border-color: #795EC4;
}
</style>