Shades of Slate Blue #755AD5
Tints of Slate Blue #755AD5
RGB
CMYK
RGB Variations
Color information
#755AD5 (or 0x755AD5) is known color: Slate Blue. HEX triplet: 75, 5A and D5. RGB value is (117,90,213). Sum of RGB (Red+Green+Blue) = 117+90+213=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #755AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AD5 is #8AA52A. Grayscale: #6F6F6F. Windows color (decimal): -9086251 or 13982325. OLE color: 13982325.
HSL color Cylindrical-coordinate representation of color #755AD5: hue angle of 253.17º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755AD5 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 90 | 213 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.16 |
| HSL | 253.17º | 0.59% | 0.59% | - |
| HSV(B) | 253.17º | 0.58% | 0.84% | - |
| XYZ | 23 | 15.9 | 64.81 | - |
| YUV | 112.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 213 | 0.45 | 0.58 | 0 | 0.16 | 253.17 | 0.59 | 0.59 |
| Hex | 75 | 5A | D5 | 2D | 3A | 0 | 10 | FD | 3B | 3B |
| Octal | 165 | 132 | 325 | 55 | 72 | 0 | 20 | 375 | 73 | 73 |
| Binary | 1110101 | 1011010 | 11010101 | 101101 | 111010 | 0 | 10000 | 11111101 | 111011 | 111011 |
Color Harmonies of #755AD5
Complementary color
Monochromatic Colors of #755AD5
Black with #755AD5
Text Example
Text Example
White with #755AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AD5; }
p { color: rgb(117,90,213); }
H1.HeaderClassName
{
color: #755AD5;
}
.AnyTagClassName
{
color: #755AD5;
}
</style>
background-color css
<style>
a { background-color: #755AD5; }
a { background-color: rgb(117,90,213); }
div.DivClassName
{
background-color: #755AD5;
}
.BgClassName
{
background-color: #755AD5;
}
</style>
border-color css
<style>
span { border-color: #755AD5; }
span { border-color: rgb(117,90,213); }
td.TdClassName
{
border-color: #755AD5;
}
.TagClassName
{
border-color: #755AD5;
}
</style>