Shades of Slate Blue #7556CF
Tints of Slate Blue #7556CF
RGB
CMYK
RGB Variations
Color information
#7556CF (or 0x7556CF) is known color: Slate Blue. HEX triplet: 75, 56 and CF. RGB value is (117,86,207). Sum of RGB (Red+Green+Blue) = 117+86+207=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #7556CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556CF is #8AA930. Grayscale: #6C6C6C. Windows color (decimal): -9087281 or 13588085. OLE color: 13588085.
HSL color Cylindrical-coordinate representation of color #7556CF: hue angle of 255.37º 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 #7556CF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 86 | 207 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.19 |
| HSL | 255.37º | 0.56% | 0.57% | - |
| HSV(B) | 255.37º | 0.58% | 0.81% | - |
| XYZ | 21.93 | 14.94 | 60.76 | - |
| YUV | 109.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 207 | 0.43 | 0.58 | 0 | 0.19 | 255.37 | 0.56 | 0.57 |
| Hex | 75 | 56 | CF | 2B | 3A | 0 | 13 | FF | 38 | 39 |
| Octal | 165 | 126 | 317 | 53 | 72 | 0 | 23 | 377 | 70 | 71 |
| Binary | 1110101 | 1010110 | 11001111 | 101011 | 111010 | 0 | 10011 | 11111111 | 111000 | 111001 |
Color Harmonies of #7556CF
Complementary color
Monochromatic Colors of #7556CF
Black with #7556CF
Text Example
Text Example
White with #7556CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556CF; }
p { color: rgb(117,86,207); }
H1.HeaderClassName
{
color: #7556CF;
}
.AnyTagClassName
{
color: #7556CF;
}
</style>
background-color css
<style>
a { background-color: #7556CF; }
a { background-color: rgb(117,86,207); }
div.DivClassName
{
background-color: #7556CF;
}
.BgClassName
{
background-color: #7556CF;
}
</style>
border-color css
<style>
span { border-color: #7556CF; }
span { border-color: rgb(117,86,207); }
td.TdClassName
{
border-color: #7556CF;
}
.TagClassName
{
border-color: #7556CF;
}
</style>