#8072BF

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

Shades of Moody Blue #8072BF

Tints of Moody Blue #8072BF

Color information

#8072BF (or 0x8072BF) is unknown color: approx Moody Blue. HEX triplet: 80, 72 and BF. RGB value is (128,114,191). Sum of RGB (Red+Green+Blue) = 128+114+191=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #8072BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072BF is #7F8D40. Grayscale: #7E7E7E. Windows color (decimal): -8359233 or 12546688. OLE color: 12546688.

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

Color convert

RGB128114191-
CMYK0.330.4000.25
HSL250.91º37.56%59.8%-
HSV(B)250.91º40.31%74.9%-
XYZ24.3220.3951.94-
YUV126.96164.14128.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 191 (75% from 255) = 44.11%
R=29.56%
G=26.33%
B=44.11%

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
Decimal1281141910.330.4000.25250.9137.5659.8
Hex8072BF2128019fb263c
Octal20016227741500313734674
Binary1000000011100101011111110000110100001100111111011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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