Shades of Slate Blue #795DC4
Tints of Slate Blue #795DC4
RGB
CMYK
RGB Variations
Color information
#795DC4 (or 0x795DC4) is known color: Slate Blue. HEX triplet: 79, 5D and C4. RGB value is (121,93,196). Sum of RGB (Red+Green+Blue) = 121+93+196=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #795DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DC4 is #86A23B. Grayscale: #707070. Windows color (decimal): -8823356 or 12868985. OLE color: 12868985.
HSL color Cylindrical-coordinate representation of color #795DC4: hue angle of 256.31º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795DC4 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 93 | 196 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.23 |
| HSL | 256.31º | 0.47% | 0.57% | - |
| HSV(B) | 256.31º | 0.53% | 0.77% | - |
| XYZ | 21.76 | 15.88 | 54.14 | - |
| YUV | 113.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 196 | 0.38 | 0.53 | 0 | 0.23 | 256.31 | 0.47 | 0.57 |
| Hex | 79 | 5D | C4 | 26 | 35 | 0 | 17 | 100 | 2F | 39 |
| Octal | 171 | 135 | 304 | 46 | 65 | 0 | 27 | 400 | 57 | 71 |
| Binary | 1111001 | 1011101 | 11000100 | 100110 | 110101 | 0 | 10111 | 100000000 | 101111 | 111001 |
Color Harmonies of #795DC4
Complementary color
Monochromatic Colors of #795DC4
Black with #795DC4
Text Example
Text Example
White with #795DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DC4; }
p { color: rgb(121,93,196); }
H1.HeaderClassName
{
color: #795DC4;
}
.AnyTagClassName
{
color: #795DC4;
}
</style>
background-color css
<style>
a { background-color: #795DC4; }
a { background-color: rgb(121,93,196); }
div.DivClassName
{
background-color: #795DC4;
}
.BgClassName
{
background-color: #795DC4;
}
</style>
border-color css
<style>
span { border-color: #795DC4; }
span { border-color: rgb(121,93,196); }
td.TdClassName
{
border-color: #795DC4;
}
.TagClassName
{
border-color: #795DC4;
}
</style>