#7470DE

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

Shades of Medium Slate Blue #7470DE

Tints of Medium Slate Blue #7470DE

Color information

#7470DE (or 0x7470DE) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 70 and DE. RGB value is (116,112,222). Sum of RGB (Red+Green+Blue) = 116+112+222=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #7470DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470DE is #8B8F21. Grayscale: #7D7D7D. Windows color (decimal): -9146146 or 14577780. OLE color: 14577780.

HSL color Cylindrical-coordinate representation of color #7470DE: hue angle of 242.18º 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 #7470DE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116112222-
CMYK0.480.5000.13
HSL242.18º62.5%65.49%-
HSV(B)242.18º49.55%87.06%-
XYZ26.1820.5871.7-
YUV125.74182.33121.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 222 (87.11% from 255) = 49.33%
R=25.78%
G=24.89%
B=49.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161122220.480.5000.13242.1862.565.49
Hex7470DE30320Df23e41
Octal164160336606201536276101
Binary111010011100001101111011000011001001101111100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7470DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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