#7E71D6

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

Shades of Moody Blue #7E71D6

Tints of Moody Blue #7E71D6

Color information

#7E71D6 (or 0x7E71D6) is unknown color: approx Moody Blue. HEX triplet: 7E, 71 and D6. RGB value is (126,113,214). Sum of RGB (Red+Green+Blue) = 126+113+214=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #7E71D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E71D6 is #818E29. Grayscale: #808080. Windows color (decimal): -8490538 or 14053758. OLE color: 14053758.

HSL color Cylindrical-coordinate representation of color #7E71D6: hue angle of 247.72º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E71D6 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB126113214-
CMYK0.410.4700.16
HSL247.72º55.19%64.12%-
HSV(B)247.72º47.2%83.92%-
XYZ26.6521.166.29-
YUV128.4176.31126.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.81%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 214 (83.98% from 255) = 47.24%
R=27.81%
G=24.94%
B=47.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1261132140.410.4700.16247.7255.1964.12
Hex7E71D6292F010f83740
Octal176161326515702037067100
Binary1111110111000111010110101001101111010000111110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E71D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E71D6; }

 p { color: rgb(126,113,214); }

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

<style>
 a { background-color: #7E71D6; }

 a { background-color: rgb(126,113,214); }

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

<style>
 span { border-color: #7E71D6; }

 span { border-color: rgb(126,113,214); }

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