#8B80DB

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

Shades of Moody Blue #8B80DB

Tints of Moody Blue #8B80DB

Color information

#8B80DB (or 0x8B80DB) is unknown color: approx Moody Blue. HEX triplet: 8B, 80 and DB. RGB value is (139,128,219). Sum of RGB (Red+Green+Blue) = 139+128+219=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80DB is #747F24. Grayscale: #8D8D8D. Windows color (decimal): -7634725 or 14385291. OLE color: 14385291.

HSL color Cylindrical-coordinate representation of color #8B80DB: hue angle of 247.25º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B80DB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139128219-
CMYK0.370.4200.14
HSL247.25º55.83%68.04%-
HSV(B)247.25º41.55%85.88%-
XYZ31.1526.0470.4-
YUV141.66171.64126.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 219 (85.94% from 255) = 45.06%
R=28.60%
G=26.34%
B=45.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391282190.370.4200.14247.2555.8368.04
Hex8B80DB252A0Ef73844
Octal213200333455201636770104
Binary10001011100000001101101110010110101001110111101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B80DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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