Shades of Slate Blue #735ACC
Tints of Slate Blue #735ACC
RGB
CMYK
RGB Variations
Color information
#735ACC (or 0x735ACC) is known color: Slate Blue. HEX triplet: 73, 5A and CC. RGB value is (115,90,204). Sum of RGB (Red+Green+Blue) = 115+90+204=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #735ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ACC is #8CA533. Grayscale: #6E6E6E. Windows color (decimal): -9217332 or 13392499. OLE color: 13392499.
HSL color Cylindrical-coordinate representation of color #735ACC: hue angle of 253.16º 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 #735ACC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 90 | 204 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.2 |
| HSL | 253.16º | 0.53% | 0.58% | - |
| HSV(B) | 253.16º | 0.56% | 0.8% | - |
| XYZ | 21.63 | 15.32 | 58.94 | - |
| YUV | 110.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 204 | 0.44 | 0.56 | 0 | 0.2 | 253.16 | 0.53 | 0.58 |
| Hex | 73 | 5A | CC | 2C | 38 | 0 | 14 | FD | 35 | 3A |
| Octal | 163 | 132 | 314 | 54 | 70 | 0 | 24 | 375 | 65 | 72 |
| Binary | 1110011 | 1011010 | 11001100 | 101100 | 111000 | 0 | 10100 | 11111101 | 110101 | 111010 |
Color Harmonies of #735ACC
Complementary color
Monochromatic Colors of #735ACC
Black with #735ACC
Text Example
Text Example
White with #735ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735ACC; }
p { color: rgb(115,90,204); }
H1.HeaderClassName
{
color: #735ACC;
}
.AnyTagClassName
{
color: #735ACC;
}
</style>
background-color css
<style>
a { background-color: #735ACC; }
a { background-color: rgb(115,90,204); }
div.DivClassName
{
background-color: #735ACC;
}
.BgClassName
{
background-color: #735ACC;
}
</style>
border-color css
<style>
span { border-color: #735ACC; }
span { border-color: rgb(115,90,204); }
td.TdClassName
{
border-color: #735ACC;
}
.TagClassName
{
border-color: #735ACC;
}
</style>