#727DD6

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

Shades of Moody Blue #727DD6

Tints of Moody Blue #727DD6

Color information

#727DD6 (or 0x727DD6) is unknown color: approx Moody Blue. HEX triplet: 72, 7D and D6. RGB value is (114,125,214). Sum of RGB (Red+Green+Blue) = 114+125+214=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 125 (49.22% from 255 or 27.59% 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 #727DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DD6 is #8D8229. Grayscale: #838383. Windows color (decimal): -9273898 or 14056818. OLE color: 14056818.

HSL color Cylindrical-coordinate representation of color #727DD6: hue angle of 233.4º 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 #727DD6 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114125214-
CMYK0.470.4200.16
HSL233.4º54.95%64.31%-
HSV(B)233.4º46.73%83.92%-
XYZ26.4123.166.69-
YUV131.86174.36115.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 214 (83.98% from 255) = 47.24%
R=25.17%
G=27.59%
B=47.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141252140.470.4200.16233.454.9564.31
Hex727DD62F2A010e93740
Octal162175326575202035167100
Binary1110010111110111010110101111101010010000111010011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727DD6; }

 p { color: rgb(114,125,214); }

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

<style>
 a { background-color: #727DD6; }

 a { background-color: rgb(114,125,214); }

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

<style>
 span { border-color: #727DD6; }

 span { border-color: rgb(114,125,214); }

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