Shades of Slate Blue #775CCC
Tints of Slate Blue #775CCC
RGB
CMYK
RGB Variations
Color information
#775CCC (or 0x775CCC) is known color: Slate Blue. HEX triplet: 77, 5C and CC. RGB value is (119,92,204). Sum of RGB (Red+Green+Blue) = 119+92+204=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #775CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CCC is #88A333. Grayscale: #707070. Windows color (decimal): -8954676 or 13393015. OLE color: 13393015.
HSL color Cylindrical-coordinate representation of color #775CCC: hue angle of 254.46º degrees, saturation: 0.52, 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 #775CCC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 92 | 204 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.2 |
| HSL | 254.46º | 0.52% | 0.58% | - |
| HSV(B) | 254.46º | 0.55% | 0.8% | - |
| XYZ | 22.33 | 15.94 | 59.03 | - |
| YUV | 112.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 204 | 0.42 | 0.55 | 0 | 0.2 | 254.46 | 0.52 | 0.58 |
| Hex | 77 | 5C | CC | 2A | 37 | 0 | 14 | FE | 34 | 3A |
| Octal | 167 | 134 | 314 | 52 | 67 | 0 | 24 | 376 | 64 | 72 |
| Binary | 1110111 | 1011100 | 11001100 | 101010 | 110111 | 0 | 10100 | 11111110 | 110100 | 111010 |
Color Harmonies of #775CCC
Complementary color
Monochromatic Colors of #775CCC
Black with #775CCC
Text Example
Text Example
White with #775CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775CCC; }
p { color: rgb(119,92,204); }
H1.HeaderClassName
{
color: #775CCC;
}
.AnyTagClassName
{
color: #775CCC;
}
</style>
background-color css
<style>
a { background-color: #775CCC; }
a { background-color: rgb(119,92,204); }
div.DivClassName
{
background-color: #775CCC;
}
.BgClassName
{
background-color: #775CCC;
}
</style>
border-color css
<style>
span { border-color: #775CCC; }
span { border-color: rgb(119,92,204); }
td.TdClassName
{
border-color: #775CCC;
}
.TagClassName
{
border-color: #775CCC;
}
</style>