#7175DF

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

Shades of Medium Slate Blue #7175DF

Tints of Medium Slate Blue #7175DF

Color information

#7175DF (or 0x7175DF) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 75 and DF. RGB value is (113,117,223). Sum of RGB (Red+Green+Blue) = 113+117+223=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #7175DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175DF is #8E8A20. Grayscale: #7F7F7F. Windows color (decimal): -9341473 or 14644593. OLE color: 14644593.

HSL color Cylindrical-coordinate representation of color #7175DF: hue angle of 237.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7175DF is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113117223-
CMYK0.490.4800.13
HSL237.82º63.22%65.88%-
HSV(B)237.82º49.33%87.45%-
XYZ26.4921.5672.58-
YUV127.89181.67117.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.94%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=24.94%
G=25.83%
B=49.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131172230.490.4800.13237.8263.2265.88
Hex7175DF31300Dee3f42
Octal161165337616001535677102
Binary111000111101011101111111000111000001101111011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7175DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7175DF; }

 p { color: rgb(113,117,223); }

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

<style>
 a { background-color: #7175DF; }

 a { background-color: rgb(113,117,223); }

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

<style>
 span { border-color: #7175DF; }

 span { border-color: rgb(113,117,223); }

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