#7475EA

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

Shades of Medium Slate Blue #7475EA

Tints of Medium Slate Blue #7475EA

Color information

#7475EA (or 0x7475EA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 75 and EA. RGB value is (116,117,234). Sum of RGB (Red+Green+Blue) = 116+117+234=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #7475EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7475EA is #8B8A15. Grayscale: #818181. Windows color (decimal): -9144854 or 15365492. OLE color: 15365492.

HSL color Cylindrical-coordinate representation of color #7475EA: hue angle of 239.49º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7475EA is Cyan = 0.50, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116117234-
CMYK0.500.500.08
HSL239.49º73.75%68.63%-
HSV(B)239.49º50.43%91.76%-
XYZ28.4222.3880.66-
YUV130.04186.67117.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=24.84%
G=25.05%
B=50.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161172340.500.500.08239.4973.7568.63
Hex7475EA323208ef4a45
Octal1641653526262010357112105
Binary1110100111010111101010110010110010010001110111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7475EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7475EA; }

 p { color: rgb(116,117,234); }

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

<style>
 a { background-color: #7475EA; }

 a { background-color: rgb(116,117,234); }

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

<style>
 span { border-color: #7475EA; }

 span { border-color: rgb(116,117,234); }

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