#727DD2

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

Shades of Moody Blue #727DD2

Tints of Moody Blue #727DD2

Color information

#727DD2 (or 0x727DD2) is unknown color: approx Moody Blue. HEX triplet: 72, 7D and D2. RGB value is (114,125,210). Sum of RGB (Red+Green+Blue) = 114+125+210=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #727DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DD2 is #8D822D. Grayscale: #838383. Windows color (decimal): -9273902 or 13794674. OLE color: 13794674.

HSL color Cylindrical-coordinate representation of color #727DD2: hue angle of 233.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #727DD2 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114125210-
CMYK0.460.4000.18
HSL233.12º51.61%63.53%-
HSV(B)233.12º45.71%82.35%-
XYZ25.9122.964.03-
YUV131.4172.36115.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 210 (82.42% from 255) = 46.77%
R=25.39%
G=27.84%
B=46.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141252100.460.4000.18233.1251.6163.53
Hex727DD22E28012e93440
Octal162175322565002235164100
Binary1110010111110111010010101110101000010010111010011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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