Shades of Slate Blue #7656CF
Tints of Slate Blue #7656CF
RGB
CMYK
RGB Variations
Color information
#7656CF (or 0x7656CF) is known color: Slate Blue. HEX triplet: 76, 56 and CF. RGB value is (118,86,207). Sum of RGB (Red+Green+Blue) = 118+86+207=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #7656CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7656CF is #89A930. Grayscale: #6C6C6C. Windows color (decimal): -9021745 or 13588086. OLE color: 13588086.
HSL color Cylindrical-coordinate representation of color #7656CF: hue angle of 255.87º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7656CF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 86 | 207 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.19 |
| HSL | 255.87º | 0.56% | 0.57% | - |
| HSV(B) | 255.87º | 0.58% | 0.81% | - |
| XYZ | 22.06 | 15.01 | 60.77 | - |
| YUV | 109.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 207 | 0.43 | 0.58 | 0 | 0.19 | 255.87 | 0.56 | 0.57 |
| Hex | 76 | 56 | CF | 2B | 3A | 0 | 13 | 100 | 38 | 39 |
| Octal | 166 | 126 | 317 | 53 | 72 | 0 | 23 | 400 | 70 | 71 |
| Binary | 1110110 | 1010110 | 11001111 | 101011 | 111010 | 0 | 10011 | 100000000 | 111000 | 111001 |
Color Harmonies of #7656CF
Complementary color
Monochromatic Colors of #7656CF
Black with #7656CF
Text Example
Text Example
White with #7656CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7656CF; }
p { color: rgb(118,86,207); }
H1.HeaderClassName
{
color: #7656CF;
}
.AnyTagClassName
{
color: #7656CF;
}
</style>
background-color css
<style>
a { background-color: #7656CF; }
a { background-color: rgb(118,86,207); }
div.DivClassName
{
background-color: #7656CF;
}
.BgClassName
{
background-color: #7656CF;
}
</style>
border-color css
<style>
span { border-color: #7656CF; }
span { border-color: rgb(118,86,207); }
td.TdClassName
{
border-color: #7656CF;
}
.TagClassName
{
border-color: #7656CF;
}
</style>