#727DD5

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

Shades of Moody Blue #727DD5

Tints of Moody Blue #727DD5

Color information

#727DD5 (or 0x727DD5) is unknown color: approx Moody Blue. HEX triplet: 72, 7D and D5. RGB value is (114,125,213). Sum of RGB (Red+Green+Blue) = 114+125+213=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #727DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DD5 is #8D822A. Grayscale: #838383. Windows color (decimal): -9273899 or 13991282. OLE color: 13991282.

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

Color convert

RGB114125213-
CMYK0.460.4100.16
HSL233.33º54.1%64.12%-
HSV(B)233.33º46.48%83.53%-
XYZ26.2823.0566.01-
YUV131.74173.86115.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 125 (49.22% from 255) = 27.65%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=25.22%
G=27.65%
B=47.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141252130.460.4100.16233.3354.164.12
Hex727DD52E29010e93640
Octal162175325565102035166100
Binary1110010111110111010101101110101001010000111010011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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