Shades of Slate Blue #734ACC
Tints of Slate Blue #734ACC
RGB
CMYK
RGB Variations
Color information
#734ACC (or 0x734ACC) is known color: Slate Blue. HEX triplet: 73, 4A and CC. RGB value is (115,74,204). Sum of RGB (Red+Green+Blue) = 115+74+204=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #734ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ACC is #8CB533. Grayscale: #646464. Windows color (decimal): -9221428 or 13388403. OLE color: 13388403.
HSL color Cylindrical-coordinate representation of color #734ACC: hue angle of 258.92º degrees, saturation: 0.56, 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 #734ACC is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 74 | 204 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.2 |
| HSL | 258.92º | 0.56% | 0.55% | - |
| HSV(B) | 258.92º | 0.64% | 0.8% | - |
| XYZ | 20.42 | 12.9 | 58.54 | - |
| YUV | 101.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 204 | 0.44 | 0.64 | 0 | 0.2 | 258.92 | 0.56 | 0.55 |
| Hex | 73 | 4A | CC | 2C | 40 | 0 | 14 | 103 | 38 | 37 |
| Octal | 163 | 112 | 314 | 54 | 100 | 0 | 24 | 403 | 70 | 67 |
| Binary | 1110011 | 1001010 | 11001100 | 101100 | 1000000 | 0 | 10100 | 100000011 | 111000 | 110111 |
Color Harmonies of #734ACC
Complementary color
Monochromatic Colors of #734ACC
Black with #734ACC
Text Example
Text Example
White with #734ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ACC; }
p { color: rgb(115,74,204); }
H1.HeaderClassName
{
color: #734ACC;
}
.AnyTagClassName
{
color: #734ACC;
}
</style>
background-color css
<style>
a { background-color: #734ACC; }
a { background-color: rgb(115,74,204); }
div.DivClassName
{
background-color: #734ACC;
}
.BgClassName
{
background-color: #734ACC;
}
</style>
border-color css
<style>
span { border-color: #734ACC; }
span { border-color: rgb(115,74,204); }
td.TdClassName
{
border-color: #734ACC;
}
.TagClassName
{
border-color: #734ACC;
}
</style>