#727ad4

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

Shades of Moody Blue #727AD4

Tints of Moody Blue #727AD4

Color information

#727AD4 (or 0x727AD4) is unknown color: approx Moody Blue. HEX triplet: 72, 7A and D4. RGB value is (114,122,212). Sum of RGB (Red+Green+Blue) = 114+122+212=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 212 - color contains mainly: blue. Hex color #727AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AD4 is #8D852B. Grayscale: #818181. Windows color (decimal): -9274668 or 13924978. OLE color: 13924978.

HSL color Cylindrical-coordinate representation of color #727AD4: hue angle of 235.1º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #727AD4 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114122212-
CMYK0.460.4200.17
HSL235.1º53.26%63.92%-
HSV(B)235.1º46.23%83.14%-
XYZ25.7822.2565.22-
YUV129.87174.35116.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.45%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 212 (83.20% from 255) = 47.32%
R=25.45%
G=27.23%
B=47.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141222120.460.4200.17235.153.2663.92
Hex727AD42E2A011eb3540
Octal162172324565202135365100
Binary1110010111101011010100101110101010010001111010111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,122,212); }

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

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

 a { background-color: rgb(114,122,212); }

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

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

 span { border-color: rgb(114,122,212); }

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