Shades of Slate Blue #795BD4
Tints of Slate Blue #795BD4
RGB
CMYK
RGB Variations
Color information
#795BD4 (or 0x795BD4) is known color: Slate Blue. HEX triplet: 79, 5B and D4. RGB value is (121,91,212). Sum of RGB (Red+Green+Blue) = 121+91+212=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #795BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BD4 is #86A42B. Grayscale: #717171. Windows color (decimal): -8823852 or 13917049. OLE color: 13917049.
HSL color Cylindrical-coordinate representation of color #795BD4: hue angle of 254.88º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #795BD4 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 91 | 212 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.17 |
| HSL | 254.88º | 0.58% | 0.59% | - |
| HSV(B) | 254.88º | 0.57% | 0.83% | - |
| XYZ | 23.51 | 16.3 | 64.19 | - |
| YUV | 113.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 212 | 0.43 | 0.57 | 0 | 0.17 | 254.88 | 0.58 | 0.59 |
| Hex | 79 | 5B | D4 | 2B | 39 | 0 | 11 | FF | 3A | 3B |
| Octal | 171 | 133 | 324 | 53 | 71 | 0 | 21 | 377 | 72 | 73 |
| Binary | 1111001 | 1011011 | 11010100 | 101011 | 111001 | 0 | 10001 | 11111111 | 111010 | 111011 |
Color Harmonies of #795BD4
Complementary color
Monochromatic Colors of #795BD4
Black with #795BD4
Text Example
Text Example
White with #795BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BD4; }
p { color: rgb(121,91,212); }
H1.HeaderClassName
{
color: #795BD4;
}
.AnyTagClassName
{
color: #795BD4;
}
</style>
background-color css
<style>
a { background-color: #795BD4; }
a { background-color: rgb(121,91,212); }
div.DivClassName
{
background-color: #795BD4;
}
.BgClassName
{
background-color: #795BD4;
}
</style>
border-color css
<style>
span { border-color: #795BD4; }
span { border-color: rgb(121,91,212); }
td.TdClassName
{
border-color: #795BD4;
}
.TagClassName
{
border-color: #795BD4;
}
</style>