Shades of Slate Blue #7357E0
Tints of Slate Blue #7357E0
RGB
CMYK
RGB Variations
Color information
#7357E0 (or 0x7357E0) is known color: Slate Blue. HEX triplet: 73, 57 and E0. RGB value is (115,87,224). Sum of RGB (Red+Green+Blue) = 115+87+224=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #7357E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357E0 is #8CA81F. Grayscale: #6E6E6E. Windows color (decimal): -9218080 or 14702451. OLE color: 14702451.
HSL color Cylindrical-coordinate representation of color #7357E0: hue angle of 252.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7357E0 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 87 | 224 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.12 |
| HSL | 252.26º | 0.69% | 0.61% | - |
| HSV(B) | 252.26º | 0.61% | 0.88% | - |
| XYZ | 23.93 | 15.84 | 72.32 | - |
| YUV | 110.99 | 191.78 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 224 | 0.49 | 0.61 | 0 | 0.12 | 252.26 | 0.69 | 0.61 |
| Hex | 73 | 57 | E0 | 31 | 3D | 0 | C | FC | 45 | 3D |
| Octal | 163 | 127 | 340 | 61 | 75 | 0 | 14 | 374 | 105 | 75 |
| Binary | 1110011 | 1010111 | 11100000 | 110001 | 111101 | 0 | 1100 | 11111100 | 1000101 | 111101 |
Color Harmonies of #7357E0
Complementary color
Monochromatic Colors of #7357E0
Black with #7357E0
Text Example
Text Example
White with #7357E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7357E0; }
p { color: rgb(115,87,224); }
H1.HeaderClassName
{
color: #7357E0;
}
.AnyTagClassName
{
color: #7357E0;
}
</style>
background-color css
<style>
a { background-color: #7357E0; }
a { background-color: rgb(115,87,224); }
div.DivClassName
{
background-color: #7357E0;
}
.BgClassName
{
background-color: #7357E0;
}
</style>
border-color css
<style>
span { border-color: #7357E0; }
span { border-color: rgb(115,87,224); }
td.TdClassName
{
border-color: #7357E0;
}
.TagClassName
{
border-color: #7357E0;
}
</style>