Shades of Slate Blue #7150DF
Tints of Slate Blue #7150DF
RGB
CMYK
RGB Variations
Color information
#7150DF (or 0x7150DF) is known color: Slate Blue. HEX triplet: 71, 50 and DF. RGB value is (113,80,223). Sum of RGB (Red+Green+Blue) = 113+80+223=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #7150DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7150DF is #8EAF20. Grayscale: #696969. Windows color (decimal): -9350945 or 14635121. OLE color: 14635121.
HSL color Cylindrical-coordinate representation of color #7150DF: hue angle of 253.85º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7150DF is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 80 | 223 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.13 |
| HSL | 253.85º | 0.69% | 0.59% | - |
| HSV(B) | 253.85º | 0.64% | 0.87% | - |
| XYZ | 23 | 14.58 | 71.41 | - |
| YUV | 106.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 223 | 0.49 | 0.64 | 0 | 0.13 | 253.85 | 0.69 | 0.59 |
| Hex | 71 | 50 | DF | 31 | 40 | 0 | D | FE | 45 | 3B |
| Octal | 161 | 120 | 337 | 61 | 100 | 0 | 15 | 376 | 105 | 73 |
| Binary | 1110001 | 1010000 | 11011111 | 110001 | 1000000 | 0 | 1101 | 11111110 | 1000101 | 111011 |
Color Harmonies of #7150DF
Complementary color
Monochromatic Colors of #7150DF
Black with #7150DF
Text Example
Text Example
White with #7150DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150DF; }
p { color: rgb(113,80,223); }
H1.HeaderClassName
{
color: #7150DF;
}
.AnyTagClassName
{
color: #7150DF;
}
</style>
background-color css
<style>
a { background-color: #7150DF; }
a { background-color: rgb(113,80,223); }
div.DivClassName
{
background-color: #7150DF;
}
.BgClassName
{
background-color: #7150DF;
}
</style>
border-color css
<style>
span { border-color: #7150DF; }
span { border-color: rgb(113,80,223); }
td.TdClassName
{
border-color: #7150DF;
}
.TagClassName
{
border-color: #7150DF;
}
</style>