Shades of Slate Blue #734ACD
Tints of Slate Blue #734ACD
RGB
CMYK
RGB Variations
Color information
#734ACD (or 0x734ACD) is known color: Slate Blue. HEX triplet: 73, 4A and CD. RGB value is (115,74,205). Sum of RGB (Red+Green+Blue) = 115+74+205=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #734ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ACD is #8CB532. Grayscale: #646464. Windows color (decimal): -9221427 or 13453939. OLE color: 13453939.
HSL color Cylindrical-coordinate representation of color #734ACD: hue angle of 258.78º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #734ACD is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 74 | 205 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.20 |
| HSL | 258.78º | 0.57% | 0.55% | - |
| HSV(B) | 258.78º | 0.64% | 0.8% | - |
| XYZ | 20.54 | 12.95 | 59.17 | - |
| YUV | 101.19 | 186.58 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 205 | 0.44 | 0.64 | 0 | 0.20 | 258.78 | 0.57 | 0.55 |
| Hex | 73 | 4A | CD | 2C | 40 | 0 | 14 | 103 | 39 | 37 |
| Octal | 163 | 112 | 315 | 54 | 100 | 0 | 24 | 403 | 71 | 67 |
| Binary | 1110011 | 1001010 | 11001101 | 101100 | 1000000 | 0 | 10100 | 100000011 | 111001 | 110111 |
Color Harmonies of #734ACD
Complementary color
Monochromatic Colors of #734ACD
Black with #734ACD
Text Example
Text Example
White with #734ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ACD; }
p { color: rgb(115,74,205); }
H1.HeaderClassName
{
color: #734ACD;
}
.AnyTagClassName
{
color: #734ACD;
}
</style>
background-color css
<style>
a { background-color: #734ACD; }
a { background-color: rgb(115,74,205); }
div.DivClassName
{
background-color: #734ACD;
}
.BgClassName
{
background-color: #734ACD;
}
</style>
border-color css
<style>
span { border-color: #734ACD; }
span { border-color: rgb(115,74,205); }
td.TdClassName
{
border-color: #734ACD;
}
.TagClassName
{
border-color: #734ACD;
}
</style>