Shades of Slate Blue #755ADD
Tints of Slate Blue #755ADD
RGB
CMYK
RGB Variations
Color information
#755ADD (or 0x755ADD) is known color: Slate Blue. HEX triplet: 75, 5A and DD. RGB value is (117,90,221). Sum of RGB (Red+Green+Blue) = 117+90+221=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #755ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ADD is #8AA522. Grayscale: #707070. Windows color (decimal): -9086243 or 14506613. OLE color: 14506613.
HSL color Cylindrical-coordinate representation of color #755ADD: hue angle of 252.37º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755ADD is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 90 | 221 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.13 |
| HSL | 252.37º | 0.66% | 0.61% | - |
| HSV(B) | 252.37º | 0.59% | 0.87% | - |
| XYZ | 24.04 | 16.31 | 70.29 | - |
| YUV | 113.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 221 | 0.47 | 0.59 | 0 | 0.13 | 252.37 | 0.66 | 0.61 |
| Hex | 75 | 5A | DD | 2F | 3B | 0 | D | FC | 42 | 3D |
| Octal | 165 | 132 | 335 | 57 | 73 | 0 | 15 | 374 | 102 | 75 |
| Binary | 1110101 | 1011010 | 11011101 | 101111 | 111011 | 0 | 1101 | 11111100 | 1000010 | 111101 |
Color Harmonies of #755ADD
Complementary color
Monochromatic Colors of #755ADD
Black with #755ADD
Text Example
Text Example
White with #755ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755ADD; }
p { color: rgb(117,90,221); }
H1.HeaderClassName
{
color: #755ADD;
}
.AnyTagClassName
{
color: #755ADD;
}
</style>
background-color css
<style>
a { background-color: #755ADD; }
a { background-color: rgb(117,90,221); }
div.DivClassName
{
background-color: #755ADD;
}
.BgClassName
{
background-color: #755ADD;
}
</style>
border-color css
<style>
span { border-color: #755ADD; }
span { border-color: rgb(117,90,221); }
td.TdClassName
{
border-color: #755ADD;
}
.TagClassName
{
border-color: #755ADD;
}
</style>