#7167DE

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

Shades of Medium Slate Blue #7167DE

Tints of Medium Slate Blue #7167DE

Color information

#7167DE (or 0x7167DE) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 67 and DE. RGB value is (113,103,222). Sum of RGB (Red+Green+Blue) = 113+103+222=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #7167DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7167DE is #8E9821. Grayscale: #777777. Windows color (decimal): -9345058 or 14575473. OLE color: 14575473.

HSL color Cylindrical-coordinate representation of color #7167DE: hue angle of 245.04º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7167DE is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113103222-
CMYK0.490.5400.13
HSL245.04º64.32%63.73%-
HSV(B)245.04º53.6%87.06%-
XYZ24.8518.4971.37-
YUV119.56185.81123.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=25.80%
G=23.52%
B=50.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131032220.490.5400.13245.0464.3263.73
Hex7167DE31360Df54040
Octal1611473366166015365100100
Binary1110001110011111011110110001110110011011111010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7167DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7167DE; }

 p { color: rgb(113,103,222); }

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

<style>
 a { background-color: #7167DE; }

 a { background-color: rgb(113,103,222); }

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

<style>
 span { border-color: #7167DE; }

 span { border-color: rgb(113,103,222); }

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