Shades of Slate Blue #7354C5
Tints of Slate Blue #7354C5
RGB
CMYK
RGB Variations
Color information
#7354C5 (or 0x7354C5) is known color: Slate Blue. HEX triplet: 73, 54 and C5. RGB value is (115,84,197). Sum of RGB (Red+Green+Blue) = 115+84+197=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #7354C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7354C5 is #8CAB3A. Grayscale: #696969. Windows color (decimal): -9218875 or 12932211. OLE color: 12932211.
HSL color Cylindrical-coordinate representation of color #7354C5: hue angle of 256.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7354C5 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 84 | 197 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.23 |
| HSL | 256.46º | 0.49% | 0.55% | - |
| HSV(B) | 256.46º | 0.57% | 0.77% | - |
| XYZ | 20.32 | 14.02 | 54.46 | - |
| YUV | 106.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 197 | 0.42 | 0.57 | 0 | 0.23 | 256.46 | 0.49 | 0.55 |
| Hex | 73 | 54 | C5 | 2A | 39 | 0 | 17 | 100 | 31 | 37 |
| Octal | 163 | 124 | 305 | 52 | 71 | 0 | 27 | 400 | 61 | 67 |
| Binary | 1110011 | 1010100 | 11000101 | 101010 | 111001 | 0 | 10111 | 100000000 | 110001 | 110111 |
Color Harmonies of #7354C5
Complementary color
Monochromatic Colors of #7354C5
Black with #7354C5
Text Example
Text Example
White with #7354C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7354C5; }
p { color: rgb(115,84,197); }
H1.HeaderClassName
{
color: #7354C5;
}
.AnyTagClassName
{
color: #7354C5;
}
</style>
background-color css
<style>
a { background-color: #7354C5; }
a { background-color: rgb(115,84,197); }
div.DivClassName
{
background-color: #7354C5;
}
.BgClassName
{
background-color: #7354C5;
}
</style>
border-color css
<style>
span { border-color: #7354C5; }
span { border-color: rgb(115,84,197); }
td.TdClassName
{
border-color: #7354C5;
}
.TagClassName
{
border-color: #7354C5;
}
</style>