#8072BE

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

Shades of Moody Blue #8072BE

Tints of Moody Blue #8072BE

Color information

#8072BE (or 0x8072BE) is unknown color: approx Moody Blue. HEX triplet: 80, 72 and BE. RGB value is (128,114,190). Sum of RGB (Red+Green+Blue) = 128+114+190=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #8072BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072BE is #7F8D41. Grayscale: #7E7E7E. Windows color (decimal): -8359234 or 12481152. OLE color: 12481152.

HSL color Cylindrical-coordinate representation of color #8072BE: hue angle of 251.05º degrees, saturation: 0.37, 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 #8072BE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128114190-
CMYK0.330.4000.25
HSL251.05º36.89%59.61%-
HSV(B)251.05º40%74.51%-
XYZ24.2120.3451.37-
YUV126.85163.64128.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=29.63%
G=26.39%
B=43.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281141900.330.4000.25251.0536.8959.61
Hex8072BE2128019fb253c
Octal20016227641500313734574
Binary1000000011100101011111010000110100001100111111011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8072BE; }

 p { color: rgb(128,114,190); }

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

<style>
 a { background-color: #8072BE; }

 a { background-color: rgb(128,114,190); }

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

<style>
 span { border-color: #8072BE; }

 span { border-color: rgb(128,114,190); }

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