Shades of Slate Blue #7756CF
Tints of Slate Blue #7756CF
RGB
CMYK
RGB Variations
Color information
#7756CF (or 0x7756CF) is known color: Slate Blue. HEX triplet: 77, 56 and CF. RGB value is (119,86,207). Sum of RGB (Red+Green+Blue) = 119+86+207=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #7756CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756CF is #88A930. Grayscale: #6D6D6D. Windows color (decimal): -8956209 or 13588087. OLE color: 13588087.
HSL color Cylindrical-coordinate representation of color #7756CF: hue angle of 256.36º 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 #7756CF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 86 | 207 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.19 |
| HSL | 256.36º | 0.56% | 0.57% | - |
| HSV(B) | 256.36º | 0.58% | 0.81% | - |
| XYZ | 22.2 | 15.08 | 60.77 | - |
| YUV | 109.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 207 | 0.43 | 0.58 | 0 | 0.19 | 256.36 | 0.56 | 0.57 |
| Hex | 77 | 56 | CF | 2B | 3A | 0 | 13 | 100 | 38 | 39 |
| Octal | 167 | 126 | 317 | 53 | 72 | 0 | 23 | 400 | 70 | 71 |
| Binary | 1110111 | 1010110 | 11001111 | 101011 | 111010 | 0 | 10011 | 100000000 | 111000 | 111001 |
Color Harmonies of #7756CF
Complementary color
Monochromatic Colors of #7756CF
Black with #7756CF
Text Example
Text Example
White with #7756CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7756CF; }
p { color: rgb(119,86,207); }
H1.HeaderClassName
{
color: #7756CF;
}
.AnyTagClassName
{
color: #7756CF;
}
</style>
background-color css
<style>
a { background-color: #7756CF; }
a { background-color: rgb(119,86,207); }
div.DivClassName
{
background-color: #7756CF;
}
.BgClassName
{
background-color: #7756CF;
}
</style>
border-color css
<style>
span { border-color: #7756CF; }
span { border-color: rgb(119,86,207); }
td.TdClassName
{
border-color: #7756CF;
}
.TagClassName
{
border-color: #7756CF;
}
</style>