Shades of Slate Blue #7756CB
Tints of Slate Blue #7756CB
RGB
CMYK
RGB Variations
Color information
#7756CB (or 0x7756CB) is known color: Slate Blue. HEX triplet: 77, 56 and CB. RGB value is (119,86,203). Sum of RGB (Red+Green+Blue) = 119+86+203=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #7756CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756CB is #88A934. Grayscale: #6C6C6C. Windows color (decimal): -8956213 or 13325943. OLE color: 13325943.
HSL color Cylindrical-coordinate representation of color #7756CB: hue angle of 256.92º degrees, saturation: 0.53, 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 #7756CB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 86 | 203 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.20 |
| HSL | 256.92º | 0.53% | 0.57% | - |
| HSV(B) | 256.92º | 0.58% | 0.8% | - |
| XYZ | 21.72 | 14.89 | 58.23 | - |
| YUV | 109.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 203 | 0.41 | 0.58 | 0 | 0.20 | 256.92 | 0.53 | 0.57 |
| Hex | 77 | 56 | CB | 29 | 3A | 0 | 14 | 101 | 35 | 39 |
| Octal | 167 | 126 | 313 | 51 | 72 | 0 | 24 | 401 | 65 | 71 |
| Binary | 1110111 | 1010110 | 11001011 | 101001 | 111010 | 0 | 10100 | 100000001 | 110101 | 111001 |
Color Harmonies of #7756CB
Complementary color
Monochromatic Colors of #7756CB
Black with #7756CB
Text Example
Text Example
White with #7756CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7756CB; }
p { color: rgb(119,86,203); }
H1.HeaderClassName
{
color: #7756CB;
}
.AnyTagClassName
{
color: #7756CB;
}
</style>
background-color css
<style>
a { background-color: #7756CB; }
a { background-color: rgb(119,86,203); }
div.DivClassName
{
background-color: #7756CB;
}
.BgClassName
{
background-color: #7756CB;
}
</style>
border-color css
<style>
span { border-color: #7756CB; }
span { border-color: rgb(119,86,203); }
td.TdClassName
{
border-color: #7756CB;
}
.TagClassName
{
border-color: #7756CB;
}
</style>