Shades of Slate Blue #795DD8
Tints of Slate Blue #795DD8
RGB
CMYK
RGB Variations
Color information
#795DD8 (or 0x795DD8) is known color: Slate Blue. HEX triplet: 79, 5D and D8. RGB value is (121,93,216). Sum of RGB (Red+Green+Blue) = 121+93+216=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #795DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DD8 is #86A227. Grayscale: #727272. Windows color (decimal): -8823336 or 14179705. OLE color: 14179705.
HSL color Cylindrical-coordinate representation of color #795DD8: hue angle of 253.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #795DD8 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 93 | 216 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.15 |
| HSL | 253.66º | 0.61% | 0.61% | - |
| HSV(B) | 253.66º | 0.57% | 0.85% | - |
| XYZ | 24.19 | 16.85 | 66.94 | - |
| YUV | 115.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 216 | 0.44 | 0.57 | 0 | 0.15 | 253.66 | 0.61 | 0.61 |
| Hex | 79 | 5D | D8 | 2C | 39 | 0 | F | FE | 3D | 3D |
| Octal | 171 | 135 | 330 | 54 | 71 | 0 | 17 | 376 | 75 | 75 |
| Binary | 1111001 | 1011101 | 11011000 | 101100 | 111001 | 0 | 1111 | 11111110 | 111101 | 111101 |
Color Harmonies of #795DD8
Complementary color
Monochromatic Colors of #795DD8
Black with #795DD8
Text Example
Text Example
White with #795DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DD8; }
p { color: rgb(121,93,216); }
H1.HeaderClassName
{
color: #795DD8;
}
.AnyTagClassName
{
color: #795DD8;
}
</style>
background-color css
<style>
a { background-color: #795DD8; }
a { background-color: rgb(121,93,216); }
div.DivClassName
{
background-color: #795DD8;
}
.BgClassName
{
background-color: #795DD8;
}
</style>
border-color css
<style>
span { border-color: #795DD8; }
span { border-color: rgb(121,93,216); }
td.TdClassName
{
border-color: #795DD8;
}
.TagClassName
{
border-color: #795DD8;
}
</style>