Shades of Slate Blue #735AC6
Tints of Slate Blue #735AC6
RGB
CMYK
RGB Variations
Color information
#735AC6 (or 0x735AC6) is known color: Slate Blue. HEX triplet: 73, 5A and C6. RGB value is (115,90,198). Sum of RGB (Red+Green+Blue) = 115+90+198=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #735AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AC6 is #8CA539. Grayscale: #6D6D6D. Windows color (decimal): -9217338 or 12999283. OLE color: 12999283.
HSL color Cylindrical-coordinate representation of color #735AC6: hue angle of 253.89º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735AC6 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 90 | 198 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.22 |
| HSL | 253.89º | 0.49% | 0.56% | - |
| HSV(B) | 253.89º | 0.55% | 0.78% | - |
| XYZ | 20.92 | 15.03 | 55.23 | - |
| YUV | 109.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 198 | 0.42 | 0.55 | 0 | 0.22 | 253.89 | 0.49 | 0.56 |
| Hex | 73 | 5A | C6 | 2A | 37 | 0 | 16 | FE | 31 | 38 |
| Octal | 163 | 132 | 306 | 52 | 67 | 0 | 26 | 376 | 61 | 70 |
| Binary | 1110011 | 1011010 | 11000110 | 101010 | 110111 | 0 | 10110 | 11111110 | 110001 | 111000 |
Color Harmonies of #735AC6
Complementary color
Monochromatic Colors of #735AC6
Black with #735AC6
Text Example
Text Example
White with #735AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AC6; }
p { color: rgb(115,90,198); }
H1.HeaderClassName
{
color: #735AC6;
}
.AnyTagClassName
{
color: #735AC6;
}
</style>
background-color css
<style>
a { background-color: #735AC6; }
a { background-color: rgb(115,90,198); }
div.DivClassName
{
background-color: #735AC6;
}
.BgClassName
{
background-color: #735AC6;
}
</style>
border-color css
<style>
span { border-color: #735AC6; }
span { border-color: rgb(115,90,198); }
td.TdClassName
{
border-color: #735AC6;
}
.TagClassName
{
border-color: #735AC6;
}
</style>