#7472C5

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

Shades of Moody Blue #7472C5

Tints of Moody Blue #7472C5

Color information

#7472C5 (or 0x7472C5) is unknown color: approx Moody Blue. HEX triplet: 74, 72 and C5. RGB value is (116,114,197). Sum of RGB (Red+Green+Blue) = 116+114+197=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #7472C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472C5 is #8B8D3A. Grayscale: #7B7B7B. Windows color (decimal): -9145659 or 12939892. OLE color: 12939892.

HSL color Cylindrical-coordinate representation of color #7472C5: hue angle of 241.45º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7472C5 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB116114197-
CMYK0.410.4200.23
HSL241.45º41.71%60.98%-
HSV(B)241.45º42.13%77.25%-
XYZ23.319.7855.41-
YUV124.06169.16122.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 197 (77.34% from 255) = 46.14%
R=27.17%
G=26.70%
B=46.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1161141970.410.4200.23241.4541.7160.98
Hex7472C5292A017f12a3d
Octal16416230551520273615275
Binary111010011100101100010110100110101001011111110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7472C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7472C5; }

 p { color: rgb(116,114,197); }

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

<style>
 a { background-color: #7472C5; }

 a { background-color: rgb(116,114,197); }

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

<style>
 span { border-color: #7472C5; }

 span { border-color: rgb(116,114,197); }

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