#7277D7

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

Shades of Moody Blue #7277D7

Tints of Moody Blue #7277D7

Color information

#7277D7 (or 0x7277D7) is unknown color: approx Moody Blue. HEX triplet: 72, 77 and D7. RGB value is (114,119,215). Sum of RGB (Red+Green+Blue) = 114+119+215=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #7277D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277D7 is #8D8828. Grayscale: #808080. Windows color (decimal): -9275433 or 14120818. OLE color: 14120818.

HSL color Cylindrical-coordinate representation of color #7277D7: hue angle of 237.03º 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 #7277D7 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114119215-
CMYK0.470.4500.16
HSL237.03º55.8%64.51%-
HSV(B)237.03º46.98%84.31%-
XYZ25.821.6867.11-
YUV128.45176.84117.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.45%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 215 (84.38% from 255) = 47.99%
R=25.45%
G=26.56%
B=47.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141192150.470.4500.16237.0355.864.51
Hex7277D72F2D010ed3841
Octal162167327575502035570101
Binary1110010111011111010111101111101101010000111011011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7277D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7277D7; }

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

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

<style>
 a { background-color: #7277D7; }

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

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

<style>
 span { border-color: #7277D7; }

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

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