#747AE7

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

Shades of Medium Slate Blue #747AE7

Tints of Medium Slate Blue #747AE7

Color information

#747AE7 (or 0x747AE7) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 7A and E7. RGB value is (116,122,231). Sum of RGB (Red+Green+Blue) = 116+122+231=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #747AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747AE7 is #8B8518. Grayscale: #848484. Windows color (decimal): -9143577 or 15170164. OLE color: 15170164.

HSL color Cylindrical-coordinate representation of color #747AE7: hue angle of 236.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #747AE7 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB116122231-
CMYK0.500.4700.09
HSL236.87º70.55%68.04%-
HSV(B)236.87º49.78%90.59%-
XYZ28.5923.478.61-
YUV132.63183.51116.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 231 (90.62% from 255) = 49.25%
R=24.73%
G=26.01%
B=49.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1161222310.500.4700.09236.8770.5568.04
Hex747AE7322F09ed4744
Octal1641723476257011355107104
Binary1110100111101011100111110010101111010011110110110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747AE7; }

 p { color: rgb(116,122,231); }

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

<style>
 a { background-color: #747AE7; }

 a { background-color: rgb(116,122,231); }

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

<style>
 span { border-color: #747AE7; }

 span { border-color: rgb(116,122,231); }

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