#7176DD

Color #7176DD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7176DD

Tints of Medium Slate Blue #7176DD

Color information

#7176DD (or 0x7176DD) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 76 and DD. RGB value is (113,118,221). Sum of RGB (Red+Green+Blue) = 113+118+221=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #7176DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176DD is #8E8922. Grayscale: #7F7F7F. Windows color (decimal): -9341219 or 14513777. OLE color: 14513777.

HSL color Cylindrical-coordinate representation of color #7176DD: hue angle of 237.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7176DD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113118221-
CMYK0.490.4700.13
HSL237.22º61.36%65.49%-
HSV(B)237.22º48.87%86.67%-
XYZ26.3421.6971.2-
YUV128.25180.34117.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=25%
G=26.11%
B=48.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131182210.490.4700.13237.2261.3665.49
Hex7176DD312F0Ded3d41
Octal161166335615701535575101
Binary111000111101101101110111000110111101101111011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7176DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7176DD; }

 p { color: rgb(113,118,221); }

 H1.HeaderClassName
 {
   color: #7176DD;
 }
 .AnyTagClassName
 {
   color: #7176DD;
 }
</style>
background-color css

<style>
 a { background-color: #7176DD; }

 a { background-color: rgb(113,118,221); }

 div.DivClassName
 {
   background-color: #7176DD;
 }
 .BgClassName
 {
   background-color: #7176DD;
 }
</style>
border-color css

<style>
 span { border-color: #7176DD; }

 span { border-color: rgb(113,118,221); }

 td.TdClassName
 {
   border-color: #7176DD;
 }
 .TagClassName
 {
   border-color: #7176DD;
 }
</style>