#8880B1

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

Shades of Moody Blue #8880B1

Tints of Moody Blue #8880B1

Color information

#8880B1 (or 0x8880B1) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and B1. RGB value is (136,128,177). Sum of RGB (Red+Green+Blue) = 136+128+177=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #8880B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8880B1 is #777F4E. Grayscale: #878787. Windows color (decimal): -7831375 or 11632776. OLE color: 11632776.

HSL color Cylindrical-coordinate representation of color #8880B1: hue angle of 249.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8880B1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136128177-
CMYK0.230.2800.31
HSL249.8º23.9%59.8%-
HSV(B)249.8º27.68%69.41%-
XYZ25.8123.8544.84-
YUV135.98151.15128.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=30.84%
G=29.02%
B=40.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361281770.230.2800.31249.823.959.8
Hex8880B1171C01Ffa183c
Octal21020026127340373723074
Binary10001000100000001011000110111111000111111111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8880B1; }

 p { color: rgb(136,128,177); }

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

<style>
 a { background-color: #8880B1; }

 a { background-color: rgb(136,128,177); }

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

<style>
 span { border-color: #8880B1; }

 span { border-color: rgb(136,128,177); }

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