Html Css Color HEX #8880B1 Moody Blue

📋 copy color: '#8880B1'

red 136 ◦ green 128 ◦ blue 177

#8880B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #8880B1

Tints of Moody Blue #8880B1

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 value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8880B1 (or 0x8880B1) is known color: 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

RGB 136 128 177 -
CMYK 0.23 0.28 0 0.31
HSL 249.8º 0.24% 0.6% -
HSV(B) 249.8º 0.28% 0.69% -
XYZ 25.81 23.85 44.84 -
YUV 135.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 136 128 177 0.23 0.28 0 0.31 249.8 0.24 0.6
Hex 88 80 B1 17 1C 0 1F FA 18 3C
Octal 210 200 261 27 34 0 37 372 30 74
Binary 10001000 10000000 10110001 10111 11100 0 11111 11111010 11000 111100

Color Harmonies of #8880B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8880B1

Black with #8880B1

Text Example


Text Example

White with #8880B1

Text Example


Text Example

HTML Codes & Css Web 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>