#727DDD

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

Shades of Moody Blue #727DDD

Tints of Moody Blue #727DDD

Color information

#727DDD (or 0x727DDD) is unknown color: approx Moody Blue. HEX triplet: 72, 7D and DD. RGB value is (114,125,221). Sum of RGB (Red+Green+Blue) = 114+125+221=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #727DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DDD is #8D8222. Grayscale: #848484. Windows color (decimal): -9273891 or 14515570. OLE color: 14515570.

HSL color Cylindrical-coordinate representation of color #727DDD: hue angle of 233.83º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727DDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114125221-
CMYK0.480.4300.13
HSL233.83º61.14%65.69%-
HSV(B)233.83º48.42%86.67%-
XYZ27.3223.4771.5-
YUV132.66177.86114.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=24.78%
G=27.17%
B=48.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141252210.480.4300.13233.8361.1465.69
Hex727DDD302B0Dea3d42
Octal162175335605301535275102
Binary111001011111011101110111000010101101101111010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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