Shades of Slate Blue #7145EA
Tints of Slate Blue #7145EA
RGB
CMYK
RGB Variations
Color information
#7145EA (or 0x7145EA) is known color: Slate Blue. HEX triplet: 71, 45 and EA. RGB value is (113,69,234). Sum of RGB (Red+Green+Blue) = 113+69+234=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #7145EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145EA is #8EBA15. Grayscale: #646464. Windows color (decimal): -9353750 or 15353201. OLE color: 15353201.
HSL color Cylindrical-coordinate representation of color #7145EA: hue angle of 256º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7145EA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 69 | 234 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.08 |
| HSL | 256º | 0.8% | 0.59% | - |
| HSV(B) | 256º | 0.71% | 0.92% | - |
| XYZ | 23.79 | 13.71 | 79.23 | - |
| YUV | 100.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 234 | 0.52 | 0.71 | 0 | 0.08 | 256 | 0.8 | 0.59 |
| Hex | 71 | 45 | EA | 34 | 47 | 0 | 8 | 100 | 50 | 3B |
| Octal | 161 | 105 | 352 | 64 | 107 | 0 | 10 | 400 | 120 | 73 |
| Binary | 1110001 | 1000101 | 11101010 | 110100 | 1000111 | 0 | 1000 | 100000000 | 1010000 | 111011 |
Color Harmonies of #7145EA
Complementary color
Monochromatic Colors of #7145EA
Black with #7145EA
Text Example
Text Example
White with #7145EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145EA; }
p { color: rgb(113,69,234); }
H1.HeaderClassName
{
color: #7145EA;
}
.AnyTagClassName
{
color: #7145EA;
}
</style>
background-color css
<style>
a { background-color: #7145EA; }
a { background-color: rgb(113,69,234); }
div.DivClassName
{
background-color: #7145EA;
}
.BgClassName
{
background-color: #7145EA;
}
</style>
border-color css
<style>
span { border-color: #7145EA; }
span { border-color: rgb(113,69,234); }
td.TdClassName
{
border-color: #7145EA;
}
.TagClassName
{
border-color: #7145EA;
}
</style>