Shades of Slate Blue #755ACC
Tints of Slate Blue #755ACC
RGB
CMYK
RGB Variations
Color information
#755ACC (or 0x755ACC) is known color: Slate Blue. HEX triplet: 75, 5A and CC. RGB value is (117,90,204). Sum of RGB (Red+Green+Blue) = 117+90+204=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #755ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ACC is #8AA533. Grayscale: #6E6E6E. Windows color (decimal): -9086260 or 13392501. OLE color: 13392501.
HSL color Cylindrical-coordinate representation of color #755ACC: hue angle of 254.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755ACC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 90 | 204 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.2 |
| HSL | 254.21º | 0.53% | 0.58% | - |
| HSV(B) | 254.21º | 0.56% | 0.8% | - |
| XYZ | 21.89 | 15.45 | 58.96 | - |
| YUV | 111.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 204 | 0.43 | 0.56 | 0 | 0.2 | 254.21 | 0.53 | 0.58 |
| Hex | 75 | 5A | CC | 2B | 38 | 0 | 14 | FE | 35 | 3A |
| Octal | 165 | 132 | 314 | 53 | 70 | 0 | 24 | 376 | 65 | 72 |
| Binary | 1110101 | 1011010 | 11001100 | 101011 | 111000 | 0 | 10100 | 11111110 | 110101 | 111010 |
Color Harmonies of #755ACC
Complementary color
Monochromatic Colors of #755ACC
Black with #755ACC
Text Example
Text Example
White with #755ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755ACC; }
p { color: rgb(117,90,204); }
H1.HeaderClassName
{
color: #755ACC;
}
.AnyTagClassName
{
color: #755ACC;
}
</style>
background-color css
<style>
a { background-color: #755ACC; }
a { background-color: rgb(117,90,204); }
div.DivClassName
{
background-color: #755ACC;
}
.BgClassName
{
background-color: #755ACC;
}
</style>
border-color css
<style>
span { border-color: #755ACC; }
span { border-color: rgb(117,90,204); }
td.TdClassName
{
border-color: #755ACC;
}
.TagClassName
{
border-color: #755ACC;
}
</style>