Shades of Slate Blue #756CD4
Tints of Slate Blue #756CD4
RGB
CMYK
RGB Variations
Color information
#756CD4 (or 0x756CD4) is known color: Slate Blue. HEX triplet: 75, 6C and D4. RGB value is (117,108,212). Sum of RGB (Red+Green+Blue) = 117+108+212=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #756CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CD4 is #8A932B. Grayscale: #7A7A7A. Windows color (decimal): -9081644 or 13921397. OLE color: 13921397.
HSL color Cylindrical-coordinate representation of color #756CD4: hue angle of 245.19º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756CD4 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 108 | 212 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.17 |
| HSL | 245.19º | 0.55% | 0.63% | - |
| HSV(B) | 245.19º | 0.49% | 0.83% | - |
| XYZ | 24.58 | 19.26 | 64.71 | - |
| YUV | 122.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 212 | 0.45 | 0.49 | 0 | 0.17 | 245.19 | 0.55 | 0.63 |
| Hex | 75 | 6C | D4 | 2D | 31 | 0 | 11 | F5 | 37 | 3F |
| Octal | 165 | 154 | 324 | 55 | 61 | 0 | 21 | 365 | 67 | 77 |
| Binary | 1110101 | 1101100 | 11010100 | 101101 | 110001 | 0 | 10001 | 11110101 | 110111 | 111111 |
Color Harmonies of #756CD4
Complementary color
Monochromatic Colors of #756CD4
Black with #756CD4
Text Example
Text Example
White with #756CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CD4; }
p { color: rgb(117,108,212); }
H1.HeaderClassName
{
color: #756CD4;
}
.AnyTagClassName
{
color: #756CD4;
}
</style>
background-color css
<style>
a { background-color: #756CD4; }
a { background-color: rgb(117,108,212); }
div.DivClassName
{
background-color: #756CD4;
}
.BgClassName
{
background-color: #756CD4;
}
</style>
border-color css
<style>
span { border-color: #756CD4; }
span { border-color: rgb(117,108,212); }
td.TdClassName
{
border-color: #756CD4;
}
.TagClassName
{
border-color: #756CD4;
}
</style>