Shades of Slate Blue #775BDC
Tints of Slate Blue #775BDC
RGB
CMYK
RGB Variations
Color information
#775BDC (or 0x775BDC) is known color: Slate Blue. HEX triplet: 77, 5B and DC. RGB value is (119,91,220). Sum of RGB (Red+Green+Blue) = 119+91+220=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #775BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BDC is #88A423. Grayscale: #717171. Windows color (decimal): -8954916 or 14441335. OLE color: 14441335.
HSL color Cylindrical-coordinate representation of color #775BDC: hue angle of 253.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #775BDC is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 91 | 220 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.14 |
| HSL | 253.02º | 0.65% | 0.61% | - |
| HSV(B) | 253.02º | 0.59% | 0.86% | - |
| XYZ | 24.27 | 16.57 | 69.63 | - |
| YUV | 114.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 220 | 0.46 | 0.59 | 0 | 0.14 | 253.02 | 0.65 | 0.61 |
| Hex | 77 | 5B | DC | 2E | 3B | 0 | E | FD | 41 | 3D |
| Octal | 167 | 133 | 334 | 56 | 73 | 0 | 16 | 375 | 101 | 75 |
| Binary | 1110111 | 1011011 | 11011100 | 101110 | 111011 | 0 | 1110 | 11111101 | 1000001 | 111101 |
Color Harmonies of #775BDC
Complementary color
Monochromatic Colors of #775BDC
Black with #775BDC
Text Example
Text Example
White with #775BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775BDC; }
p { color: rgb(119,91,220); }
H1.HeaderClassName
{
color: #775BDC;
}
.AnyTagClassName
{
color: #775BDC;
}
</style>
background-color css
<style>
a { background-color: #775BDC; }
a { background-color: rgb(119,91,220); }
div.DivClassName
{
background-color: #775BDC;
}
.BgClassName
{
background-color: #775BDC;
}
</style>
border-color css
<style>
span { border-color: #775BDC; }
span { border-color: rgb(119,91,220); }
td.TdClassName
{
border-color: #775BDC;
}
.TagClassName
{
border-color: #775BDC;
}
</style>