#7076DE

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

Shades of Medium Slate Blue #7076DE

Tints of Medium Slate Blue #7076DE

Color information

#7076DE (or 0x7076DE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 76 and DE. RGB value is (112,118,222). Sum of RGB (Red+Green+Blue) = 112+118+222=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #7076DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076DE is #8F8921. Grayscale: #7F7F7F. Windows color (decimal): -9406754 or 14579312. OLE color: 14579312.

HSL color Cylindrical-coordinate representation of color #7076DE: hue angle of 236.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7076DE is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112118222-
CMYK0.500.4700.13
HSL236.73º62.5%65.49%-
HSV(B)236.73º49.55%87.06%-
XYZ26.3521.6871.9-
YUV128.06181.01116.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=24.78%
G=26.11%
B=49.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121182220.500.4700.13236.7362.565.49
Hex7076DE322F0Ded3e41
Octal160166336625701535576101
Binary111000011101101101111011001010111101101111011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7076DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,118,222); }

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

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

 a { background-color: rgb(112,118,222); }

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

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

 span { border-color: rgb(112,118,222); }

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