Shades of Slate Blue #735BC1
Tints of Slate Blue #735BC1
RGB
CMYK
RGB Variations
Color information
#735BC1 (or 0x735BC1) is known color: Slate Blue. HEX triplet: 73, 5B and C1. RGB value is (115,91,193). Sum of RGB (Red+Green+Blue) = 115+91+193=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #735BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BC1 is #8CA43E. Grayscale: #6D6D6D. Windows color (decimal): -9217087 or 12671859. OLE color: 12671859.
HSL color Cylindrical-coordinate representation of color #735BC1: hue angle of 254.12º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #735BC1 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 91 | 193 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.24 |
| HSL | 254.12º | 0.45% | 0.56% | - |
| HSV(B) | 254.12º | 0.53% | 0.76% | - |
| XYZ | 20.44 | 14.98 | 52.27 | - |
| YUV | 109.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 193 | 0.40 | 0.53 | 0 | 0.24 | 254.12 | 0.45 | 0.56 |
| Hex | 73 | 5B | C1 | 28 | 35 | 0 | 18 | FE | 2D | 38 |
| Octal | 163 | 133 | 301 | 50 | 65 | 0 | 30 | 376 | 55 | 70 |
| Binary | 1110011 | 1011011 | 11000001 | 101000 | 110101 | 0 | 11000 | 11111110 | 101101 | 111000 |
Color Harmonies of #735BC1
Complementary color
Monochromatic Colors of #735BC1
Black with #735BC1
Text Example
Text Example
White with #735BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BC1; }
p { color: rgb(115,91,193); }
H1.HeaderClassName
{
color: #735BC1;
}
.AnyTagClassName
{
color: #735BC1;
}
</style>
background-color css
<style>
a { background-color: #735BC1; }
a { background-color: rgb(115,91,193); }
div.DivClassName
{
background-color: #735BC1;
}
.BgClassName
{
background-color: #735BC1;
}
</style>
border-color css
<style>
span { border-color: #735BC1; }
span { border-color: rgb(115,91,193); }
td.TdClassName
{
border-color: #735BC1;
}
.TagClassName
{
border-color: #735BC1;
}
</style>