#7471FA

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

Shades of Medium Slate Blue #7471FA

Tints of Medium Slate Blue #7471FA

Color information

#7471FA (or 0x7471FA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 71 and FA. RGB value is (116,113,250). Sum of RGB (Red+Green+Blue) = 116+113+250=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #7471FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471FA is #8B8E05. Grayscale: #808080. Windows color (decimal): -9145862 or 16413044. OLE color: 16413044.

HSL color Cylindrical-coordinate representation of color #7471FA: hue angle of 241.31º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7471FA is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116113250-
CMYK0.540.5500.02
HSL241.31º93.2%71.18%-
HSV(B)241.31º54.8%98.04%-
XYZ30.3622.4393.17-
YUV129.51195.99118.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 250 (98.05% from 255) = 52.19%
R=24.22%
G=23.59%
B=52.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161132500.540.5500.02241.3193.271.18
Hex7471FA363702f15d47
Octal164161372666702361135107
Binary11101001110001111110101101101101110101111000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7471FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7471FA; }

 p { color: rgb(116,113,250); }

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

<style>
 a { background-color: #7471FA; }

 a { background-color: rgb(116,113,250); }

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

<style>
 span { border-color: #7471FA; }

 span { border-color: rgb(116,113,250); }

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