Shades of Slate Blue #756CD3
Tints of Slate Blue #756CD3
RGB
CMYK
RGB Variations
Color information
#756CD3 (or 0x756CD3) is known color: Slate Blue. HEX triplet: 75, 6C and D3. RGB value is (117,108,211). Sum of RGB (Red+Green+Blue) = 117+108+211=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #756CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CD3 is #8A932C. Grayscale: #7A7A7A. Windows color (decimal): -9081645 or 13855861. OLE color: 13855861.
HSL color Cylindrical-coordinate representation of color #756CD3: hue angle of 245.24º degrees, saturation: 0.54, 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 #756CD3 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 108 | 211 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.17 |
| HSL | 245.24º | 0.54% | 0.63% | - |
| HSV(B) | 245.24º | 0.49% | 0.83% | - |
| XYZ | 24.46 | 19.21 | 64.05 | - |
| YUV | 122.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 211 | 0.45 | 0.49 | 0 | 0.17 | 245.24 | 0.54 | 0.63 |
| Hex | 75 | 6C | D3 | 2D | 31 | 0 | 11 | F5 | 36 | 3F |
| Octal | 165 | 154 | 323 | 55 | 61 | 0 | 21 | 365 | 66 | 77 |
| Binary | 1110101 | 1101100 | 11010011 | 101101 | 110001 | 0 | 10001 | 11110101 | 110110 | 111111 |
Color Harmonies of #756CD3
Complementary color
Monochromatic Colors of #756CD3
Black with #756CD3
Text Example
Text Example
White with #756CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CD3; }
p { color: rgb(117,108,211); }
H1.HeaderClassName
{
color: #756CD3;
}
.AnyTagClassName
{
color: #756CD3;
}
</style>
background-color css
<style>
a { background-color: #756CD3; }
a { background-color: rgb(117,108,211); }
div.DivClassName
{
background-color: #756CD3;
}
.BgClassName
{
background-color: #756CD3;
}
</style>
border-color css
<style>
span { border-color: #756CD3; }
span { border-color: rgb(117,108,211); }
td.TdClassName
{
border-color: #756CD3;
}
.TagClassName
{
border-color: #756CD3;
}
</style>