#727CD7

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

Shades of Moody Blue #727CD7

Tints of Moody Blue #727CD7

Color information

#727CD7 (or 0x727CD7) is unknown color: approx Moody Blue. HEX triplet: 72, 7C and D7. RGB value is (114,124,215). Sum of RGB (Red+Green+Blue) = 114+124+215=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #727CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CD7 is #8D8328. Grayscale: #838383. Windows color (decimal): -9274153 or 14122098. OLE color: 14122098.

HSL color Cylindrical-coordinate representation of color #727CD7: hue angle of 234.06º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #727CD7 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114124215-
CMYK0.470.4200.16
HSL234.06º55.8%64.51%-
HSV(B)234.06º46.98%84.31%-
XYZ26.4122.967.32-
YUV131.38175.19115.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 215 (84.38% from 255) = 47.46%
R=25.17%
G=27.37%
B=47.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141242150.470.4200.16234.0655.864.51
Hex727CD72F2A010ea3841
Octal162174327575202035270101
Binary1110010111110011010111101111101010010000111010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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