Shades of Slate Blue #7755CC
Tints of Slate Blue #7755CC
RGB
CMYK
RGB Variations
Color information
#7755CC (or 0x7755CC) is known color: Slate Blue. HEX triplet: 77, 55 and CC. RGB value is (119,85,204). Sum of RGB (Red+Green+Blue) = 119+85+204=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #7755CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755CC is #88AA33. Grayscale: #6C6C6C. Windows color (decimal): -8956468 or 13391223. OLE color: 13391223.
HSL color Cylindrical-coordinate representation of color #7755CC: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7755CC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 85 | 204 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.2 |
| HSL | 257.14º | 0.54% | 0.57% | - |
| HSV(B) | 257.14º | 0.58% | 0.8% | - |
| XYZ | 21.76 | 14.78 | 58.83 | - |
| YUV | 108.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 204 | 0.42 | 0.58 | 0 | 0.2 | 257.14 | 0.54 | 0.57 |
| Hex | 77 | 55 | CC | 2A | 3A | 0 | 14 | 101 | 36 | 39 |
| Octal | 167 | 125 | 314 | 52 | 72 | 0 | 24 | 401 | 66 | 71 |
| Binary | 1110111 | 1010101 | 11001100 | 101010 | 111010 | 0 | 10100 | 100000001 | 110110 | 111001 |
Color Harmonies of #7755CC
Complementary color
Monochromatic Colors of #7755CC
Black with #7755CC
Text Example
Text Example
White with #7755CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755CC; }
p { color: rgb(119,85,204); }
H1.HeaderClassName
{
color: #7755CC;
}
.AnyTagClassName
{
color: #7755CC;
}
</style>
background-color css
<style>
a { background-color: #7755CC; }
a { background-color: rgb(119,85,204); }
div.DivClassName
{
background-color: #7755CC;
}
.BgClassName
{
background-color: #7755CC;
}
</style>
border-color css
<style>
span { border-color: #7755CC; }
span { border-color: rgb(119,85,204); }
td.TdClassName
{
border-color: #7755CC;
}
.TagClassName
{
border-color: #7755CC;
}
</style>