Shades of Slate Blue #775DCC
Tints of Slate Blue #775DCC
RGB
CMYK
RGB Variations
Color information
#775DCC (or 0x775DCC) is known color: Slate Blue. HEX triplet: 77, 5D and CC. RGB value is (119,93,204). Sum of RGB (Red+Green+Blue) = 119+93+204=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #775DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DCC is #88A233. Grayscale: #717171. Windows color (decimal): -8954420 or 13393271. OLE color: 13393271.
HSL color Cylindrical-coordinate representation of color #775DCC: hue angle of 254.05º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775DCC is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 93 | 204 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.2 |
| HSL | 254.05º | 0.52% | 0.58% | - |
| HSV(B) | 254.05º | 0.54% | 0.8% | - |
| XYZ | 22.42 | 16.11 | 59.05 | - |
| YUV | 113.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 204 | 0.42 | 0.54 | 0 | 0.2 | 254.05 | 0.52 | 0.58 |
| Hex | 77 | 5D | CC | 2A | 36 | 0 | 14 | FE | 34 | 3A |
| Octal | 167 | 135 | 314 | 52 | 66 | 0 | 24 | 376 | 64 | 72 |
| Binary | 1110111 | 1011101 | 11001100 | 101010 | 110110 | 0 | 10100 | 11111110 | 110100 | 111010 |
Color Harmonies of #775DCC
Complementary color
Monochromatic Colors of #775DCC
Black with #775DCC
Text Example
Text Example
White with #775DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DCC; }
p { color: rgb(119,93,204); }
H1.HeaderClassName
{
color: #775DCC;
}
.AnyTagClassName
{
color: #775DCC;
}
</style>
background-color css
<style>
a { background-color: #775DCC; }
a { background-color: rgb(119,93,204); }
div.DivClassName
{
background-color: #775DCC;
}
.BgClassName
{
background-color: #775DCC;
}
</style>
border-color css
<style>
span { border-color: #775DCC; }
span { border-color: rgb(119,93,204); }
td.TdClassName
{
border-color: #775DCC;
}
.TagClassName
{
border-color: #775DCC;
}
</style>