Shades of Slate Blue #756AD4
Tints of Slate Blue #756AD4
RGB
CMYK
RGB Variations
Color information
#756AD4 (or 0x756AD4) is known color: Slate Blue. HEX triplet: 75, 6A and D4. RGB value is (117,106,212). Sum of RGB (Red+Green+Blue) = 117+106+212=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #756AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AD4 is #8A952B. Grayscale: #787878. Windows color (decimal): -9082156 or 13920885. OLE color: 13920885.
HSL color Cylindrical-coordinate representation of color #756AD4: hue angle of 246.23º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756AD4 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 106 | 212 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.17 |
| HSL | 246.23º | 0.55% | 0.62% | - |
| HSV(B) | 246.23º | 0.5% | 0.83% | - |
| XYZ | 24.37 | 18.84 | 64.64 | - |
| YUV | 121.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 212 | 0.45 | 0.5 | 0 | 0.17 | 246.23 | 0.55 | 0.62 |
| Hex | 75 | 6A | D4 | 2D | 32 | 0 | 11 | F6 | 37 | 3E |
| Octal | 165 | 152 | 324 | 55 | 62 | 0 | 21 | 366 | 67 | 76 |
| Binary | 1110101 | 1101010 | 11010100 | 101101 | 110010 | 0 | 10001 | 11110110 | 110111 | 111110 |
Color Harmonies of #756AD4
Complementary color
Monochromatic Colors of #756AD4
Black with #756AD4
Text Example
Text Example
White with #756AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AD4; }
p { color: rgb(117,106,212); }
H1.HeaderClassName
{
color: #756AD4;
}
.AnyTagClassName
{
color: #756AD4;
}
</style>
background-color css
<style>
a { background-color: #756AD4; }
a { background-color: rgb(117,106,212); }
div.DivClassName
{
background-color: #756AD4;
}
.BgClassName
{
background-color: #756AD4;
}
</style>
border-color css
<style>
span { border-color: #756AD4; }
span { border-color: rgb(117,106,212); }
td.TdClassName
{
border-color: #756AD4;
}
.TagClassName
{
border-color: #756AD4;
}
</style>