Shades of Slate Blue #775BCC
Tints of Slate Blue #775BCC
RGB
CMYK
RGB Variations
Color information
#775BCC (or 0x775BCC) is known color: Slate Blue. HEX triplet: 77, 5B and CC. RGB value is (119,91,204). Sum of RGB (Red+Green+Blue) = 119+91+204=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #775BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BCC is #88A433. Grayscale: #6F6F6F. Windows color (decimal): -8954932 or 13392759. OLE color: 13392759.
HSL color Cylindrical-coordinate representation of color #775BCC: hue angle of 254.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775BCC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 91 | 204 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.2 |
| HSL | 254.87º | 0.53% | 0.58% | - |
| HSV(B) | 254.87º | 0.55% | 0.8% | - |
| XYZ | 22.25 | 15.76 | 59 | - |
| YUV | 112.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 204 | 0.42 | 0.55 | 0 | 0.2 | 254.87 | 0.53 | 0.58 |
| Hex | 77 | 5B | CC | 2A | 37 | 0 | 14 | FF | 35 | 3A |
| Octal | 167 | 133 | 314 | 52 | 67 | 0 | 24 | 377 | 65 | 72 |
| Binary | 1110111 | 1011011 | 11001100 | 101010 | 110111 | 0 | 10100 | 11111111 | 110101 | 111010 |
Color Harmonies of #775BCC
Complementary color
Monochromatic Colors of #775BCC
Black with #775BCC
Text Example
Text Example
White with #775BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775BCC; }
p { color: rgb(119,91,204); }
H1.HeaderClassName
{
color: #775BCC;
}
.AnyTagClassName
{
color: #775BCC;
}
</style>
background-color css
<style>
a { background-color: #775BCC; }
a { background-color: rgb(119,91,204); }
div.DivClassName
{
background-color: #775BCC;
}
.BgClassName
{
background-color: #775BCC;
}
</style>
border-color css
<style>
span { border-color: #775BCC; }
span { border-color: rgb(119,91,204); }
td.TdClassName
{
border-color: #775BCC;
}
.TagClassName
{
border-color: #775BCC;
}
</style>