Shades of Slate Blue #735FC2
Tints of Slate Blue #735FC2
RGB
CMYK
RGB Variations
Color information
#735FC2 (or 0x735FC2) is known color: Slate Blue. HEX triplet: 73, 5F and C2. RGB value is (115,95,194). Sum of RGB (Red+Green+Blue) = 115+95+194=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #735FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FC2 is #8CA03D. Grayscale: #6F6F6F. Windows color (decimal): -9216062 or 12738419. OLE color: 12738419.
HSL color Cylindrical-coordinate representation of color #735FC2: hue angle of 252.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735FC2 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 95 | 194 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.24 |
| HSL | 252.12º | 0.45% | 0.57% | - |
| HSV(B) | 252.12º | 0.51% | 0.76% | - |
| XYZ | 20.9 | 15.72 | 52.97 | - |
| YUV | 112.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 194 | 0.41 | 0.51 | 0 | 0.24 | 252.12 | 0.45 | 0.57 |
| Hex | 73 | 5F | C2 | 29 | 33 | 0 | 18 | FC | 2D | 39 |
| Octal | 163 | 137 | 302 | 51 | 63 | 0 | 30 | 374 | 55 | 71 |
| Binary | 1110011 | 1011111 | 11000010 | 101001 | 110011 | 0 | 11000 | 11111100 | 101101 | 111001 |
Color Harmonies of #735FC2
Complementary color
Monochromatic Colors of #735FC2
Black with #735FC2
Text Example
Text Example
White with #735FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FC2; }
p { color: rgb(115,95,194); }
H1.HeaderClassName
{
color: #735FC2;
}
.AnyTagClassName
{
color: #735FC2;
}
</style>
background-color css
<style>
a { background-color: #735FC2; }
a { background-color: rgb(115,95,194); }
div.DivClassName
{
background-color: #735FC2;
}
.BgClassName
{
background-color: #735FC2;
}
</style>
border-color css
<style>
span { border-color: #735FC2; }
span { border-color: rgb(115,95,194); }
td.TdClassName
{
border-color: #735FC2;
}
.TagClassName
{
border-color: #735FC2;
}
</style>