Shades of Slate Blue #7250C1
Tints of Slate Blue #7250C1
RGB
CMYK
RGB Variations
Color information
#7250C1 (or 0x7250C1) is known color: Slate Blue. HEX triplet: 72, 50 and C1. RGB value is (114,80,193). Sum of RGB (Red+Green+Blue) = 114+80+193=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #7250C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250C1 is #8DAF3E. Grayscale: #666666. Windows color (decimal): -9285439 or 12669042. OLE color: 12669042.
HSL color Cylindrical-coordinate representation of color #7250C1: hue angle of 258.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7250C1 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 80 | 193 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.24 |
| HSL | 258.05º | 0.48% | 0.54% | - |
| HSV(B) | 258.05º | 0.59% | 0.76% | - |
| XYZ | 19.43 | 13.16 | 51.97 | - |
| YUV | 103.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 193 | 0.41 | 0.59 | 0 | 0.24 | 258.05 | 0.48 | 0.54 |
| Hex | 72 | 50 | C1 | 29 | 3B | 0 | 18 | 102 | 30 | 36 |
| Octal | 162 | 120 | 301 | 51 | 73 | 0 | 30 | 402 | 60 | 66 |
| Binary | 1110010 | 1010000 | 11000001 | 101001 | 111011 | 0 | 11000 | 100000010 | 110000 | 110110 |
Color Harmonies of #7250C1
Complementary color
Monochromatic Colors of #7250C1
Black with #7250C1
Text Example
Text Example
White with #7250C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7250C1; }
p { color: rgb(114,80,193); }
H1.HeaderClassName
{
color: #7250C1;
}
.AnyTagClassName
{
color: #7250C1;
}
</style>
background-color css
<style>
a { background-color: #7250C1; }
a { background-color: rgb(114,80,193); }
div.DivClassName
{
background-color: #7250C1;
}
.BgClassName
{
background-color: #7250C1;
}
</style>
border-color css
<style>
span { border-color: #7250C1; }
span { border-color: rgb(114,80,193); }
td.TdClassName
{
border-color: #7250C1;
}
.TagClassName
{
border-color: #7250C1;
}
</style>