Shades of Slate Blue #7145CA
Tints of Slate Blue #7145CA
RGB
CMYK
RGB Variations
Color information
#7145CA (or 0x7145CA) is known color: Slate Blue. HEX triplet: 71, 45 and CA. RGB value is (113,69,202). Sum of RGB (Red+Green+Blue) = 113+69+202=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #7145CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7145CA is #8EBA35. Grayscale: #606060. Windows color (decimal): -9353782 or 13256049. OLE color: 13256049.
HSL color Cylindrical-coordinate representation of color #7145CA: hue angle of 259.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7145CA is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 69 | 202 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.21 |
| HSL | 259.85º | 0.56% | 0.53% | - |
| HSV(B) | 259.85º | 0.66% | 0.79% | - |
| XYZ | 19.6 | 12.03 | 57.17 | - |
| YUV | 97.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 202 | 0.44 | 0.66 | 0 | 0.21 | 259.85 | 0.56 | 0.53 |
| Hex | 71 | 45 | CA | 2C | 42 | 0 | 15 | 104 | 38 | 35 |
| Octal | 161 | 105 | 312 | 54 | 102 | 0 | 25 | 404 | 70 | 65 |
| Binary | 1110001 | 1000101 | 11001010 | 101100 | 1000010 | 0 | 10101 | 100000100 | 111000 | 110101 |
Color Harmonies of #7145CA
Complementary color
Monochromatic Colors of #7145CA
Black with #7145CA
Text Example
Text Example
White with #7145CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145CA; }
p { color: rgb(113,69,202); }
H1.HeaderClassName
{
color: #7145CA;
}
.AnyTagClassName
{
color: #7145CA;
}
</style>
background-color css
<style>
a { background-color: #7145CA; }
a { background-color: rgb(113,69,202); }
div.DivClassName
{
background-color: #7145CA;
}
.BgClassName
{
background-color: #7145CA;
}
</style>
border-color css
<style>
span { border-color: #7145CA; }
span { border-color: rgb(113,69,202); }
td.TdClassName
{
border-color: #7145CA;
}
.TagClassName
{
border-color: #7145CA;
}
</style>