Shades of Slate Blue #775DDC
Tints of Slate Blue #775DDC
RGB
CMYK
RGB Variations
Color information
#775DDC (or 0x775DDC) is known color: Slate Blue. HEX triplet: 77, 5D and DC. RGB value is (119,93,220). Sum of RGB (Red+Green+Blue) = 119+93+220=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #775DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DDC is #88A223. Grayscale: #727272. Windows color (decimal): -8954404 or 14441847. OLE color: 14441847.
HSL color Cylindrical-coordinate representation of color #775DDC: hue angle of 252.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775DDC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 93 | 220 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.14 |
| HSL | 252.28º | 0.64% | 0.61% | - |
| HSV(B) | 252.28º | 0.58% | 0.86% | - |
| XYZ | 24.44 | 16.92 | 69.69 | - |
| YUV | 115.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 220 | 0.46 | 0.58 | 0 | 0.14 | 252.28 | 0.64 | 0.61 |
| Hex | 77 | 5D | DC | 2E | 3A | 0 | E | FC | 40 | 3D |
| Octal | 167 | 135 | 334 | 56 | 72 | 0 | 16 | 374 | 100 | 75 |
| Binary | 1110111 | 1011101 | 11011100 | 101110 | 111010 | 0 | 1110 | 11111100 | 1000000 | 111101 |
Color Harmonies of #775DDC
Complementary color
Monochromatic Colors of #775DDC
Black with #775DDC
Text Example
Text Example
White with #775DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DDC; }
p { color: rgb(119,93,220); }
H1.HeaderClassName
{
color: #775DDC;
}
.AnyTagClassName
{
color: #775DDC;
}
</style>
background-color css
<style>
a { background-color: #775DDC; }
a { background-color: rgb(119,93,220); }
div.DivClassName
{
background-color: #775DDC;
}
.BgClassName
{
background-color: #775DDC;
}
</style>
border-color css
<style>
span { border-color: #775DDC; }
span { border-color: rgb(119,93,220); }
td.TdClassName
{
border-color: #775DDC;
}
.TagClassName
{
border-color: #775DDC;
}
</style>