#7471D1

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

Shades of Moody Blue #7471D1

Tints of Moody Blue #7471D1

Color information

#7471D1 (or 0x7471D1) is unknown color: approx Moody Blue. HEX triplet: 74, 71 and D1. RGB value is (116,113,209). Sum of RGB (Red+Green+Blue) = 116+113+209=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #7471D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471D1 is #8B8E2E. Grayscale: #7C7C7C. Windows color (decimal): -9145903 or 13726068. OLE color: 13726068.

HSL color Cylindrical-coordinate representation of color #7471D1: hue angle of 241.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7471D1 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116113209-
CMYK0.440.4600.18
HSL241.88º51.06%63.14%-
HSV(B)241.88º45.93%81.96%-
XYZ24.6220.1362.91-
YUV124.84175.49121.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=26.48%
G=25.80%
B=47.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161132090.440.4600.18241.8851.0663.14
Hex7471D12C2E012f2333f
Octal16416132154560223626377
Binary111010011100011101000110110010111001001011110010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7471D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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