Shades of Slate Blue #735CCD
Tints of Slate Blue #735CCD
RGB
CMYK
RGB Variations
Color information
#735CCD (or 0x735CCD) is known color: Slate Blue. HEX triplet: 73, 5C and CD. RGB value is (115,92,205). Sum of RGB (Red+Green+Blue) = 115+92+205=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #735CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CCD is #8CA332. Grayscale: #6F6F6F. Windows color (decimal): -9216819 or 13458547. OLE color: 13458547.
HSL color Cylindrical-coordinate representation of color #735CCD: hue angle of 252.21º degrees, saturation: 0.53, 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 #735CCD is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 92 | 205 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.20 |
| HSL | 252.21º | 0.53% | 0.58% | - |
| HSV(B) | 252.21º | 0.55% | 0.8% | - |
| XYZ | 21.92 | 15.71 | 59.63 | - |
| YUV | 111.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 205 | 0.44 | 0.55 | 0 | 0.20 | 252.21 | 0.53 | 0.58 |
| Hex | 73 | 5C | CD | 2C | 37 | 0 | 14 | FC | 35 | 3A |
| Octal | 163 | 134 | 315 | 54 | 67 | 0 | 24 | 374 | 65 | 72 |
| Binary | 1110011 | 1011100 | 11001101 | 101100 | 110111 | 0 | 10100 | 11111100 | 110101 | 111010 |
Color Harmonies of #735CCD
Complementary color
Monochromatic Colors of #735CCD
Black with #735CCD
Text Example
Text Example
White with #735CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CCD; }
p { color: rgb(115,92,205); }
H1.HeaderClassName
{
color: #735CCD;
}
.AnyTagClassName
{
color: #735CCD;
}
</style>
background-color css
<style>
a { background-color: #735CCD; }
a { background-color: rgb(115,92,205); }
div.DivClassName
{
background-color: #735CCD;
}
.BgClassName
{
background-color: #735CCD;
}
</style>
border-color css
<style>
span { border-color: #735CCD; }
span { border-color: rgb(115,92,205); }
td.TdClassName
{
border-color: #735CCD;
}
.TagClassName
{
border-color: #735CCD;
}
</style>