#7076E5

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

Shades of Medium Slate Blue #7076E5

Tints of Medium Slate Blue #7076E5

Color information

#7076E5 (or 0x7076E5) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 76 and E5. RGB value is (112,118,229). Sum of RGB (Red+Green+Blue) = 112+118+229=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #7076E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076E5 is #8F891A. Grayscale: #808080. Windows color (decimal): -9406747 or 15038064. OLE color: 15038064.

HSL color Cylindrical-coordinate representation of color #7076E5: hue angle of 236.92º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7076E5 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB112118229-
CMYK0.510.4800.10
HSL236.92º69.23%66.86%-
HSV(B)236.92º51.09%89.8%-
XYZ27.322.0676.95-
YUV128.86184.51115.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 229 (89.84% from 255) = 49.89%
R=24.40%
G=25.71%
B=49.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1121182290.510.4800.10236.9269.2366.86
Hex7076E533300Aed4543
Octal1601663456360012355105103
Binary1110000111011011100101110011110000010101110110110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7076E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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