#8B80BF

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

Shades of Moody Blue #8B80BF

Tints of Moody Blue #8B80BF

Color information

#8B80BF (or 0x8B80BF) is unknown color: approx Moody Blue. HEX triplet: 8B, 80 and BF. RGB value is (139,128,191). Sum of RGB (Red+Green+Blue) = 139+128+191=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80BF is #747F40. Grayscale: #8A8A8A. Windows color (decimal): -7634753 or 12550283. OLE color: 12550283.

HSL color Cylindrical-coordinate representation of color #8B80BF: hue angle of 250.48º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B80BF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139128191-
CMYK0.270.3300.25
HSL250.48º32.98%62.55%-
HSV(B)250.48º32.98%74.9%-
XYZ27.7724.6952.59-
YUV138.47157.64128.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.35%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 191 (75% from 255) = 41.70%
R=30.35%
G=27.95%
B=41.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391281910.270.3300.25250.4832.9862.55
Hex8B80BF1B21019fa213f
Octal21320027733410313724177
Binary1000101110000000101111111101110000101100111111010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B80BF; }

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

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

<style>
 a { background-color: #8B80BF; }

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

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

<style>
 span { border-color: #8B80BF; }

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

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