Shades of Slate Blue #734CDD
Tints of Slate Blue #734CDD
RGB
CMYK
RGB Variations
Color information
#734CDD (or 0x734CDD) is known color: Slate Blue. HEX triplet: 73, 4C and DD. RGB value is (115,76,221). Sum of RGB (Red+Green+Blue) = 115+76+221=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #734CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CDD is #8CB322. Grayscale: #676767. Windows color (decimal): -9220899 or 14503027. OLE color: 14503027.
HSL color Cylindrical-coordinate representation of color #734CDD: hue angle of 256.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734CDD is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 76 | 221 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.13 |
| HSL | 256.14º | 0.68% | 0.58% | - |
| HSV(B) | 256.14º | 0.66% | 0.87% | - |
| XYZ | 22.71 | 14.03 | 69.92 | - |
| YUV | 104.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 221 | 0.48 | 0.66 | 0 | 0.13 | 256.14 | 0.68 | 0.58 |
| Hex | 73 | 4C | DD | 30 | 42 | 0 | D | 100 | 44 | 3A |
| Octal | 163 | 114 | 335 | 60 | 102 | 0 | 15 | 400 | 104 | 72 |
| Binary | 1110011 | 1001100 | 11011101 | 110000 | 1000010 | 0 | 1101 | 100000000 | 1000100 | 111010 |
Color Harmonies of #734CDD
Complementary color
Monochromatic Colors of #734CDD
Black with #734CDD
Text Example
Text Example
White with #734CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734CDD; }
p { color: rgb(115,76,221); }
H1.HeaderClassName
{
color: #734CDD;
}
.AnyTagClassName
{
color: #734CDD;
}
</style>
background-color css
<style>
a { background-color: #734CDD; }
a { background-color: rgb(115,76,221); }
div.DivClassName
{
background-color: #734CDD;
}
.BgClassName
{
background-color: #734CDD;
}
</style>
border-color css
<style>
span { border-color: #734CDD; }
span { border-color: rgb(115,76,221); }
td.TdClassName
{
border-color: #734CDD;
}
.TagClassName
{
border-color: #734CDD;
}
</style>