#8B80BE

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

Shades of Moody Blue #8B80BE

Tints of Moody Blue #8B80BE

Color information

#8B80BE (or 0x8B80BE) is unknown color: approx Moody Blue. HEX triplet: 8B, 80 and BE. RGB value is (139,128,190). Sum of RGB (Red+Green+Blue) = 139+128+190=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80BE is #747F41. Grayscale: #8A8A8A. Windows color (decimal): -7634754 or 12484747. OLE color: 12484747.

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

Color convert

RGB139128190-
CMYK0.270.3300.25
HSL250.65º32.29%62.35%-
HSV(B)250.65º32.63%74.51%-
XYZ27.6624.6552.01-
YUV138.36157.14128.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=30.42%
G=28.01%
B=41.58%

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
Decimal1391281900.270.3300.25250.6532.2962.35
Hex8B80BE1B21019fb203e
Octal21320027633410313734076
Binary1000101110000000101111101101110000101100111111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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