#7278D7

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

Shades of Moody Blue #7278D7

Tints of Moody Blue #7278D7

Color information

#7278D7 (or 0x7278D7) is unknown color: approx Moody Blue. HEX triplet: 72, 78 and D7. RGB value is (114,120,215). Sum of RGB (Red+Green+Blue) = 114+120+215=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #7278D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7278D7 is #8D8728. Grayscale: #808080. Windows color (decimal): -9275177 or 14121074. OLE color: 14121074.

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

Color convert

RGB114120215-
CMYK0.470.4400.16
HSL236.44º55.8%64.51%-
HSV(B)236.44º46.98%84.31%-
XYZ25.9221.9267.15-
YUV129.04176.51117.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 215 (84.38% from 255) = 47.88%
R=25.39%
G=26.73%
B=47.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141202150.470.4400.16236.4455.864.51
Hex7278D72F2C010ec3841
Octal162170327575402035470101
Binary1110010111100011010111101111101100010000111011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7278D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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