Shades of Slate Blue #734CCD
Tints of Slate Blue #734CCD
RGB
CMYK
RGB Variations
Color information
#734CCD (or 0x734CCD) is known color: Slate Blue. HEX triplet: 73, 4C and CD. RGB value is (115,76,205). Sum of RGB (Red+Green+Blue) = 115+76+205=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #734CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CCD is #8CB332. Grayscale: #656565. Windows color (decimal): -9220915 or 13454451. OLE color: 13454451.
HSL color Cylindrical-coordinate representation of color #734CCD: hue angle of 258.14º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734CCD is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 76 | 205 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.20 |
| HSL | 258.14º | 0.56% | 0.55% | - |
| HSV(B) | 258.14º | 0.63% | 0.8% | - |
| XYZ | 20.67 | 13.22 | 59.22 | - |
| YUV | 102.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 205 | 0.44 | 0.63 | 0 | 0.20 | 258.14 | 0.56 | 0.55 |
| Hex | 73 | 4C | CD | 2C | 3F | 0 | 14 | 102 | 38 | 37 |
| Octal | 163 | 114 | 315 | 54 | 77 | 0 | 24 | 402 | 70 | 67 |
| Binary | 1110011 | 1001100 | 11001101 | 101100 | 111111 | 0 | 10100 | 100000010 | 111000 | 110111 |
Color Harmonies of #734CCD
Complementary color
Monochromatic Colors of #734CCD
Black with #734CCD
Text Example
Text Example
White with #734CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734CCD; }
p { color: rgb(115,76,205); }
H1.HeaderClassName
{
color: #734CCD;
}
.AnyTagClassName
{
color: #734CCD;
}
</style>
background-color css
<style>
a { background-color: #734CCD; }
a { background-color: rgb(115,76,205); }
div.DivClassName
{
background-color: #734CCD;
}
.BgClassName
{
background-color: #734CCD;
}
</style>
border-color css
<style>
span { border-color: #734CCD; }
span { border-color: rgb(115,76,205); }
td.TdClassName
{
border-color: #734CCD;
}
.TagClassName
{
border-color: #734CCD;
}
</style>