Shades of Slate Blue #735CCC
Tints of Slate Blue #735CCC
RGB
CMYK
RGB Variations
Color information
#735CCC (or 0x735CCC) is known color: Slate Blue. HEX triplet: 73, 5C and CC. RGB value is (115,92,204). Sum of RGB (Red+Green+Blue) = 115+92+204=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #735CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CCC is #8CA333. Grayscale: #6F6F6F. Windows color (decimal): -9216820 or 13393011. OLE color: 13393011.
HSL color Cylindrical-coordinate representation of color #735CCC: hue angle of 252.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735CCC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 92 | 204 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.2 |
| HSL | 252.32º | 0.52% | 0.58% | - |
| HSV(B) | 252.32º | 0.55% | 0.8% | - |
| XYZ | 21.8 | 15.66 | 59 | - |
| YUV | 111.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 204 | 0.44 | 0.55 | 0 | 0.2 | 252.32 | 0.52 | 0.58 |
| Hex | 73 | 5C | CC | 2C | 37 | 0 | 14 | FC | 34 | 3A |
| Octal | 163 | 134 | 314 | 54 | 67 | 0 | 24 | 374 | 64 | 72 |
| Binary | 1110011 | 1011100 | 11001100 | 101100 | 110111 | 0 | 10100 | 11111100 | 110100 | 111010 |
Color Harmonies of #735CCC
Complementary color
Monochromatic Colors of #735CCC
Black with #735CCC
Text Example
Text Example
White with #735CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CCC; }
p { color: rgb(115,92,204); }
H1.HeaderClassName
{
color: #735CCC;
}
.AnyTagClassName
{
color: #735CCC;
}
</style>
background-color css
<style>
a { background-color: #735CCC; }
a { background-color: rgb(115,92,204); }
div.DivClassName
{
background-color: #735CCC;
}
.BgClassName
{
background-color: #735CCC;
}
</style>
border-color css
<style>
span { border-color: #735CCC; }
span { border-color: rgb(115,92,204); }
td.TdClassName
{
border-color: #735CCC;
}
.TagClassName
{
border-color: #735CCC;
}
</style>