#8072C2

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

Shades of Moody Blue #8072C2

Tints of Moody Blue #8072C2

Color information

#8072C2 (or 0x8072C2) is unknown color: approx Moody Blue. HEX triplet: 80, 72 and C2. RGB value is (128,114,194). Sum of RGB (Red+Green+Blue) = 128+114+194=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #8072C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072C2 is #7F8D3D. Grayscale: #7F7F7F. Windows color (decimal): -8359230 or 12743296. OLE color: 12743296.

HSL color Cylindrical-coordinate representation of color #8072C2: hue angle of 250.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8072C2 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB128114194-
CMYK0.340.4100.24
HSL250.5º39.6%60.39%-
HSV(B)250.5º41.24%76.08%-
XYZ24.6620.5253.7-
YUV127.31165.64128.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 194 (76.17% from 255) = 44.50%
R=29.36%
G=26.15%
B=44.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281141940.340.4100.24250.539.660.39
Hex8072C22229018fa283c
Octal20016230242510303725074
Binary1000000011100101100001010001010100101100011111010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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