#7472BF

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

Shades of Moody Blue #7472BF

Tints of Moody Blue #7472BF

Color information

#7472BF (or 0x7472BF) is unknown color: approx Moody Blue. HEX triplet: 74, 72 and BF. RGB value is (116,114,191). Sum of RGB (Red+Green+Blue) = 116+114+191=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #7472BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472BF is #8B8D40. Grayscale: #7B7B7B. Windows color (decimal): -9145665 or 12546676. OLE color: 12546676.

HSL color Cylindrical-coordinate representation of color #7472BF: hue angle of 241.56º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7472BF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116114191-
CMYK0.390.4000.25
HSL241.56º37.56%59.8%-
HSV(B)241.56º40.31%74.9%-
XYZ22.6219.5151.86-
YUV123.38166.16122.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 191 (75% from 255) = 45.37%
R=27.55%
G=27.08%
B=45.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161141910.390.4000.25241.5637.5659.8
Hex7472BF2728019f2263c
Octal16416227747500313624674
Binary111010011100101011111110011110100001100111110010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7472BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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