Shades of Slate Blue #734DCC
Tints of Slate Blue #734DCC
RGB
CMYK
RGB Variations
Color information
#734DCC (or 0x734DCC) is known color: Slate Blue. HEX triplet: 73, 4D and CC. RGB value is (115,77,204). Sum of RGB (Red+Green+Blue) = 115+77+204=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #734DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DCC is #8CB233. Grayscale: #666666. Windows color (decimal): -9220660 or 13389171. OLE color: 13389171.
HSL color Cylindrical-coordinate representation of color #734DCC: hue angle of 257.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734DCC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 77 | 204 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.2 |
| HSL | 257.95º | 0.55% | 0.55% | - |
| HSV(B) | 257.95º | 0.62% | 0.8% | - |
| XYZ | 20.62 | 13.31 | 58.61 | - |
| YUV | 102.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 204 | 0.44 | 0.62 | 0 | 0.2 | 257.95 | 0.55 | 0.55 |
| Hex | 73 | 4D | CC | 2C | 3E | 0 | 14 | 102 | 37 | 37 |
| Octal | 163 | 115 | 314 | 54 | 76 | 0 | 24 | 402 | 67 | 67 |
| Binary | 1110011 | 1001101 | 11001100 | 101100 | 111110 | 0 | 10100 | 100000010 | 110111 | 110111 |
Color Harmonies of #734DCC
Complementary color
Monochromatic Colors of #734DCC
Black with #734DCC
Text Example
Text Example
White with #734DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DCC; }
p { color: rgb(115,77,204); }
H1.HeaderClassName
{
color: #734DCC;
}
.AnyTagClassName
{
color: #734DCC;
}
</style>
background-color css
<style>
a { background-color: #734DCC; }
a { background-color: rgb(115,77,204); }
div.DivClassName
{
background-color: #734DCC;
}
.BgClassName
{
background-color: #734DCC;
}
</style>
border-color css
<style>
span { border-color: #734DCC; }
span { border-color: rgb(115,77,204); }
td.TdClassName
{
border-color: #734DCC;
}
.TagClassName
{
border-color: #734DCC;
}
</style>