Shades of Slate Blue #7656CB
Tints of Slate Blue #7656CB
RGB
CMYK
RGB Variations
Color information
#7656CB (or 0x7656CB) is known color: Slate Blue. HEX triplet: 76, 56 and CB. RGB value is (118,86,203). Sum of RGB (Red+Green+Blue) = 118+86+203=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #7656CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7656CB is #89A934. Grayscale: #6C6C6C. Windows color (decimal): -9021749 or 13325942. OLE color: 13325942.
HSL color Cylindrical-coordinate representation of color #7656CB: hue angle of 256.41º 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 #7656CB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 86 | 203 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.20 |
| HSL | 256.41º | 0.53% | 0.57% | - |
| HSV(B) | 256.41º | 0.58% | 0.8% | - |
| XYZ | 21.58 | 14.82 | 58.22 | - |
| YUV | 108.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 203 | 0.42 | 0.58 | 0 | 0.20 | 256.41 | 0.53 | 0.57 |
| Hex | 76 | 56 | CB | 2A | 3A | 0 | 14 | 100 | 35 | 39 |
| Octal | 166 | 126 | 313 | 52 | 72 | 0 | 24 | 400 | 65 | 71 |
| Binary | 1110110 | 1010110 | 11001011 | 101010 | 111010 | 0 | 10100 | 100000000 | 110101 | 111001 |
Color Harmonies of #7656CB
Complementary color
Monochromatic Colors of #7656CB
Black with #7656CB
Text Example
Text Example
White with #7656CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7656CB; }
p { color: rgb(118,86,203); }
H1.HeaderClassName
{
color: #7656CB;
}
.AnyTagClassName
{
color: #7656CB;
}
</style>
background-color css
<style>
a { background-color: #7656CB; }
a { background-color: rgb(118,86,203); }
div.DivClassName
{
background-color: #7656CB;
}
.BgClassName
{
background-color: #7656CB;
}
</style>
border-color css
<style>
span { border-color: #7656CB; }
span { border-color: rgb(118,86,203); }
td.TdClassName
{
border-color: #7656CB;
}
.TagClassName
{
border-color: #7656CB;
}
</style>