#727CD5

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

Shades of Moody Blue #727CD5

Tints of Moody Blue #727CD5

Color information

#727CD5 (or 0x727CD5) is unknown color: approx Moody Blue. HEX triplet: 72, 7C and D5. RGB value is (114,124,213). Sum of RGB (Red+Green+Blue) = 114+124+213=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #727CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CD5 is #8D832A. Grayscale: #828282. Windows color (decimal): -9274155 or 13991026. OLE color: 13991026.

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

Color convert

RGB114124213-
CMYK0.460.4200.16
HSL233.94º54.1%64.12%-
HSV(B)233.94º46.48%83.53%-
XYZ26.1622.865.97-
YUV131.16174.19115.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 213 (83.59% from 255) = 47.23%
R=25.28%
G=27.49%
B=47.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141242130.460.4200.16233.9454.164.12
Hex727CD52E2A010ea3640
Octal162174325565202035266100
Binary1110010111110011010101101110101010010000111010101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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