Html Css Color HEX #8880BA Moody Blue

📋 copy color: '#8880BA'

red 136 ◦ green 128 ◦ blue 186

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

Shades of Moody Blue #8880BA

Tints of Moody Blue #8880BA

RGB

 RED value IS 136 (53.52% from 255) = 30.22%

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 30.22%
G = 28.44%
B = 41.33%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8880BA (or 0x8880BA) is known color: Moody Blue. HEX triplet: 88, 80 and BA. RGB value is (136,128,186). Sum of RGB (Red+Green+Blue) = 136+128+186=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #8880BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880BA is #777F45. Grayscale: #888888. Windows color (decimal): -7831366 or 12222600. OLE color: 12222600.

HSL color Cylindrical-coordinate representation of color #8880BA: hue angle of 248.28º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8880BA is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 128 186 -
CMYK 0.27 0.31 0 0.27
HSL 248.28º 0.3% 0.62% -
HSV(B) 248.28º 0.31% 0.73% -
XYZ 26.74 24.22 49.72 -
YUV 137 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 136 128 186 0.27 0.31 0 0.27 248.28 0.3 0.62
Hex 88 80 BA 1B 1F 0 1B F8 1E 3E
Octal 210 200 272 33 37 0 33 370 36 76
Binary 10001000 10000000 10111010 11011 11111 0 11011 11111000 11110 111110

Color Harmonies of #8880BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8880BA

Black with #8880BA

Text Example


Text Example

White with #8880BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8880BA;
 }
 .AnyTagClassName
 {
   color: #8880BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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