Shades of Slate Blue #735ACD
Tints of Slate Blue #735ACD
RGB
CMYK
RGB Variations
Color information
#735ACD (or 0x735ACD) is known color: Slate Blue. HEX triplet: 73, 5A and CD. RGB value is (115,90,205). Sum of RGB (Red+Green+Blue) = 115+90+205=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #735ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ACD is #8CA532. Grayscale: #6E6E6E. Windows color (decimal): -9217331 or 13458035. OLE color: 13458035.
HSL color Cylindrical-coordinate representation of color #735ACD: hue angle of 253.04º 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 #735ACD is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 90 | 205 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.20 |
| HSL | 253.04º | 0.53% | 0.58% | - |
| HSV(B) | 253.04º | 0.56% | 0.8% | - |
| XYZ | 21.75 | 15.36 | 59.58 | - |
| YUV | 110.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 205 | 0.44 | 0.56 | 0 | 0.20 | 253.04 | 0.53 | 0.58 |
| Hex | 73 | 5A | CD | 2C | 38 | 0 | 14 | FD | 35 | 3A |
| Octal | 163 | 132 | 315 | 54 | 70 | 0 | 24 | 375 | 65 | 72 |
| Binary | 1110011 | 1011010 | 11001101 | 101100 | 111000 | 0 | 10100 | 11111101 | 110101 | 111010 |
Color Harmonies of #735ACD
Complementary color
Monochromatic Colors of #735ACD
Black with #735ACD
Text Example
Text Example
White with #735ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735ACD; }
p { color: rgb(115,90,205); }
H1.HeaderClassName
{
color: #735ACD;
}
.AnyTagClassName
{
color: #735ACD;
}
</style>
background-color css
<style>
a { background-color: #735ACD; }
a { background-color: rgb(115,90,205); }
div.DivClassName
{
background-color: #735ACD;
}
.BgClassName
{
background-color: #735ACD;
}
</style>
border-color css
<style>
span { border-color: #735ACD; }
span { border-color: rgb(115,90,205); }
td.TdClassName
{
border-color: #735ACD;
}
.TagClassName
{
border-color: #735ACD;
}
</style>