Shades of Slate Blue #7357CB
Tints of Slate Blue #7357CB
RGB
CMYK
RGB Variations
Color information
#7357CB (or 0x7357CB) is known color: Slate Blue. HEX triplet: 73, 57 and CB. RGB value is (115,87,203). Sum of RGB (Red+Green+Blue) = 115+87+203=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #7357CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357CB is #8CA834. Grayscale: #6C6C6C. Windows color (decimal): -9218101 or 13326195. OLE color: 13326195.
HSL color Cylindrical-coordinate representation of color #7357CB: hue angle of 254.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7357CB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 87 | 203 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.20 |
| HSL | 254.48º | 0.53% | 0.57% | - |
| HSV(B) | 254.48º | 0.57% | 0.8% | - |
| XYZ | 21.26 | 14.77 | 58.23 | - |
| YUV | 108.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 203 | 0.43 | 0.57 | 0 | 0.20 | 254.48 | 0.53 | 0.57 |
| Hex | 73 | 57 | CB | 2B | 39 | 0 | 14 | FE | 35 | 39 |
| Octal | 163 | 127 | 313 | 53 | 71 | 0 | 24 | 376 | 65 | 71 |
| Binary | 1110011 | 1010111 | 11001011 | 101011 | 111001 | 0 | 10100 | 11111110 | 110101 | 111001 |
Color Harmonies of #7357CB
Complementary color
Monochromatic Colors of #7357CB
Black with #7357CB
Text Example
Text Example
White with #7357CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7357CB; }
p { color: rgb(115,87,203); }
H1.HeaderClassName
{
color: #7357CB;
}
.AnyTagClassName
{
color: #7357CB;
}
</style>
background-color css
<style>
a { background-color: #7357CB; }
a { background-color: rgb(115,87,203); }
div.DivClassName
{
background-color: #7357CB;
}
.BgClassName
{
background-color: #7357CB;
}
</style>
border-color css
<style>
span { border-color: #7357CB; }
span { border-color: rgb(115,87,203); }
td.TdClassName
{
border-color: #7357CB;
}
.TagClassName
{
border-color: #7357CB;
}
</style>