Shades of Slate Blue #735DC1
Tints of Slate Blue #735DC1
RGB
CMYK
RGB Variations
Color information
#735DC1 (or 0x735DC1) is known color: Slate Blue. HEX triplet: 73, 5D and C1. RGB value is (115,93,193). Sum of RGB (Red+Green+Blue) = 115+93+193=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #735DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DC1 is #8CA23E. Grayscale: #6E6E6E. Windows color (decimal): -9216575 or 12672371. OLE color: 12672371.
HSL color Cylindrical-coordinate representation of color #735DC1: hue angle of 253.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #735DC1 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 93 | 193 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.24 |
| HSL | 253.2º | 0.45% | 0.56% | - |
| HSV(B) | 253.2º | 0.52% | 0.76% | - |
| XYZ | 20.61 | 15.32 | 52.32 | - |
| YUV | 110.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 193 | 0.40 | 0.52 | 0 | 0.24 | 253.2 | 0.45 | 0.56 |
| Hex | 73 | 5D | C1 | 28 | 34 | 0 | 18 | FD | 2D | 38 |
| Octal | 163 | 135 | 301 | 50 | 64 | 0 | 30 | 375 | 55 | 70 |
| Binary | 1110011 | 1011101 | 11000001 | 101000 | 110100 | 0 | 11000 | 11111101 | 101101 | 111000 |
Color Harmonies of #735DC1
Complementary color
Monochromatic Colors of #735DC1
Black with #735DC1
Text Example
Text Example
White with #735DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DC1; }
p { color: rgb(115,93,193); }
H1.HeaderClassName
{
color: #735DC1;
}
.AnyTagClassName
{
color: #735DC1;
}
</style>
background-color css
<style>
a { background-color: #735DC1; }
a { background-color: rgb(115,93,193); }
div.DivClassName
{
background-color: #735DC1;
}
.BgClassName
{
background-color: #735DC1;
}
</style>
border-color css
<style>
span { border-color: #735DC1; }
span { border-color: rgb(115,93,193); }
td.TdClassName
{
border-color: #735DC1;
}
.TagClassName
{
border-color: #735DC1;
}
</style>