Shades of Slate Blue #7456CA
Tints of Slate Blue #7456CA
RGB
CMYK
RGB Variations
Color information
#7456CA (or 0x7456CA) is known color: Slate Blue. HEX triplet: 74, 56 and CA. RGB value is (116,86,202). Sum of RGB (Red+Green+Blue) = 116+86+202=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #7456CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7456CA is #8BA935. Grayscale: #6B6B6B. Windows color (decimal): -9152822 or 13260404. OLE color: 13260404.
HSL color Cylindrical-coordinate representation of color #7456CA: hue angle of 255.52º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7456CA is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 86 | 202 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.21 |
| HSL | 255.52º | 0.52% | 0.56% | - |
| HSV(B) | 255.52º | 0.57% | 0.79% | - |
| XYZ | 21.19 | 14.63 | 57.58 | - |
| YUV | 108.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 202 | 0.43 | 0.57 | 0 | 0.21 | 255.52 | 0.52 | 0.56 |
| Hex | 74 | 56 | CA | 2B | 39 | 0 | 15 | 100 | 34 | 38 |
| Octal | 164 | 126 | 312 | 53 | 71 | 0 | 25 | 400 | 64 | 70 |
| Binary | 1110100 | 1010110 | 11001010 | 101011 | 111001 | 0 | 10101 | 100000000 | 110100 | 111000 |
Color Harmonies of #7456CA
Complementary color
Monochromatic Colors of #7456CA
Black with #7456CA
Text Example
Text Example
White with #7456CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7456CA; }
p { color: rgb(116,86,202); }
H1.HeaderClassName
{
color: #7456CA;
}
.AnyTagClassName
{
color: #7456CA;
}
</style>
background-color css
<style>
a { background-color: #7456CA; }
a { background-color: rgb(116,86,202); }
div.DivClassName
{
background-color: #7456CA;
}
.BgClassName
{
background-color: #7456CA;
}
</style>
border-color css
<style>
span { border-color: #7456CA; }
span { border-color: rgb(116,86,202); }
td.TdClassName
{
border-color: #7456CA;
}
.TagClassName
{
border-color: #7456CA;
}
</style>