Shades of Slate Blue #734ACE
Tints of Slate Blue #734ACE
RGB
CMYK
RGB Variations
Color information
#734ACE (or 0x734ACE) is known color: Slate Blue. HEX triplet: 73, 4A and CE. RGB value is (115,74,206). Sum of RGB (Red+Green+Blue) = 115+74+206=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #734ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ACE is #8CB531. Grayscale: #646464. Windows color (decimal): -9221426 or 13519475. OLE color: 13519475.
HSL color Cylindrical-coordinate representation of color #734ACE: hue angle of 258.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #734ACE is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 74 | 206 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.19 |
| HSL | 258.64º | 0.57% | 0.55% | - |
| HSV(B) | 258.64º | 0.64% | 0.81% | - |
| XYZ | 20.66 | 13 | 59.81 | - |
| YUV | 101.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 206 | 0.44 | 0.64 | 0 | 0.19 | 258.64 | 0.57 | 0.55 |
| Hex | 73 | 4A | CE | 2C | 40 | 0 | 13 | 103 | 39 | 37 |
| Octal | 163 | 112 | 316 | 54 | 100 | 0 | 23 | 403 | 71 | 67 |
| Binary | 1110011 | 1001010 | 11001110 | 101100 | 1000000 | 0 | 10011 | 100000011 | 111001 | 110111 |
Color Harmonies of #734ACE
Complementary color
Monochromatic Colors of #734ACE
Black with #734ACE
Text Example
Text Example
White with #734ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ACE; }
p { color: rgb(115,74,206); }
H1.HeaderClassName
{
color: #734ACE;
}
.AnyTagClassName
{
color: #734ACE;
}
</style>
background-color css
<style>
a { background-color: #734ACE; }
a { background-color: rgb(115,74,206); }
div.DivClassName
{
background-color: #734ACE;
}
.BgClassName
{
background-color: #734ACE;
}
</style>
border-color css
<style>
span { border-color: #734ACE; }
span { border-color: rgb(115,74,206); }
td.TdClassName
{
border-color: #734ACE;
}
.TagClassName
{
border-color: #734ACE;
}
</style>