Shades of Slate Blue #7358CA
Tints of Slate Blue #7358CA
RGB
CMYK
RGB Variations
Color information
#7358CA (or 0x7358CA) is known color: Slate Blue. HEX triplet: 73, 58 and CA. RGB value is (115,88,202). Sum of RGB (Red+Green+Blue) = 115+88+202=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #7358CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358CA is #8CA735. Grayscale: #6C6C6C. Windows color (decimal): -9217846 or 13260915. OLE color: 13260915.
HSL color Cylindrical-coordinate representation of color #7358CA: hue angle of 254.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7358CA is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 88 | 202 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.21 |
| HSL | 254.21º | 0.52% | 0.57% | - |
| HSV(B) | 254.21º | 0.56% | 0.79% | - |
| XYZ | 21.22 | 14.89 | 57.63 | - |
| YUV | 109.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 202 | 0.43 | 0.56 | 0 | 0.21 | 254.21 | 0.52 | 0.57 |
| Hex | 73 | 58 | CA | 2B | 38 | 0 | 15 | FE | 34 | 39 |
| Octal | 163 | 130 | 312 | 53 | 70 | 0 | 25 | 376 | 64 | 71 |
| Binary | 1110011 | 1011000 | 11001010 | 101011 | 111000 | 0 | 10101 | 11111110 | 110100 | 111001 |
Color Harmonies of #7358CA
Complementary color
Monochromatic Colors of #7358CA
Black with #7358CA
Text Example
Text Example
White with #7358CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7358CA; }
p { color: rgb(115,88,202); }
H1.HeaderClassName
{
color: #7358CA;
}
.AnyTagClassName
{
color: #7358CA;
}
</style>
background-color css
<style>
a { background-color: #7358CA; }
a { background-color: rgb(115,88,202); }
div.DivClassName
{
background-color: #7358CA;
}
.BgClassName
{
background-color: #7358CA;
}
</style>
border-color css
<style>
span { border-color: #7358CA; }
span { border-color: rgb(115,88,202); }
td.TdClassName
{
border-color: #7358CA;
}
.TagClassName
{
border-color: #7358CA;
}
</style>