Shades of Slate Blue #734EC2
Tints of Slate Blue #734EC2
RGB
CMYK
RGB Variations
Color information
#734EC2 (or 0x734EC2) is known color: Slate Blue. HEX triplet: 73, 4E and C2. RGB value is (115,78,194). Sum of RGB (Red+Green+Blue) = 115+78+194=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #734EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EC2 is #8CB13D. Grayscale: #656565. Windows color (decimal): -9220414 or 12734067. OLE color: 12734067.
HSL color Cylindrical-coordinate representation of color #734EC2: hue angle of 259.14º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734EC2 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 78 | 194 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.24 |
| HSL | 259.14º | 0.49% | 0.53% | - |
| HSV(B) | 259.14º | 0.6% | 0.76% | - |
| XYZ | 19.53 | 12.99 | 52.52 | - |
| YUV | 102.29 | 179.76 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 194 | 0.41 | 0.60 | 0 | 0.24 | 259.14 | 0.49 | 0.53 |
| Hex | 73 | 4E | C2 | 29 | 3C | 0 | 18 | 103 | 31 | 35 |
| Octal | 163 | 116 | 302 | 51 | 74 | 0 | 30 | 403 | 61 | 65 |
| Binary | 1110011 | 1001110 | 11000010 | 101001 | 111100 | 0 | 11000 | 100000011 | 110001 | 110101 |
Color Harmonies of #734EC2
Complementary color
Monochromatic Colors of #734EC2
Black with #734EC2
Text Example
Text Example
White with #734EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734EC2; }
p { color: rgb(115,78,194); }
H1.HeaderClassName
{
color: #734EC2;
}
.AnyTagClassName
{
color: #734EC2;
}
</style>
background-color css
<style>
a { background-color: #734EC2; }
a { background-color: rgb(115,78,194); }
div.DivClassName
{
background-color: #734EC2;
}
.BgClassName
{
background-color: #734EC2;
}
</style>
border-color css
<style>
span { border-color: #734EC2; }
span { border-color: rgb(115,78,194); }
td.TdClassName
{
border-color: #734EC2;
}
.TagClassName
{
border-color: #734EC2;
}
</style>