Shades of Slate Blue #755AD9
Tints of Slate Blue #755AD9
RGB
CMYK
RGB Variations
Color information
#755AD9 (or 0x755AD9) is known color: Slate Blue. HEX triplet: 75, 5A and D9. RGB value is (117,90,217). Sum of RGB (Red+Green+Blue) = 117+90+217=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #755AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AD9 is #8AA526. Grayscale: #707070. Windows color (decimal): -9086247 or 14244469. OLE color: 14244469.
HSL color Cylindrical-coordinate representation of color #755AD9: hue angle of 252.76º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755AD9 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 90 | 217 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.15 |
| HSL | 252.76º | 0.63% | 0.6% | - |
| HSV(B) | 252.76º | 0.59% | 0.85% | - |
| XYZ | 23.52 | 16.1 | 67.51 | - |
| YUV | 112.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 217 | 0.46 | 0.59 | 0 | 0.15 | 252.76 | 0.63 | 0.6 |
| Hex | 75 | 5A | D9 | 2E | 3B | 0 | F | FD | 3F | 3C |
| Octal | 165 | 132 | 331 | 56 | 73 | 0 | 17 | 375 | 77 | 74 |
| Binary | 1110101 | 1011010 | 11011001 | 101110 | 111011 | 0 | 1111 | 11111101 | 111111 | 111100 |
Color Harmonies of #755AD9
Complementary color
Monochromatic Colors of #755AD9
Black with #755AD9
Text Example
Text Example
White with #755AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AD9; }
p { color: rgb(117,90,217); }
H1.HeaderClassName
{
color: #755AD9;
}
.AnyTagClassName
{
color: #755AD9;
}
</style>
background-color css
<style>
a { background-color: #755AD9; }
a { background-color: rgb(117,90,217); }
div.DivClassName
{
background-color: #755AD9;
}
.BgClassName
{
background-color: #755AD9;
}
</style>
border-color css
<style>
span { border-color: #755AD9; }
span { border-color: rgb(117,90,217); }
td.TdClassName
{
border-color: #755AD9;
}
.TagClassName
{
border-color: #755AD9;
}
</style>