#8880C5

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

Shades of Moody Blue #8880C5

Tints of Moody Blue #8880C5

Color information

#8880C5 (or 0x8880C5) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and C5. RGB value is (136,128,197). Sum of RGB (Red+Green+Blue) = 136+128+197=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #8880C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880C5 is #777F3A. Grayscale: #898989. Windows color (decimal): -7831355 or 12943496. OLE color: 12943496.

HSL color Cylindrical-coordinate representation of color #8880C5: hue angle of 246.96º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8880C5 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136128197-
CMYK0.310.3500.23
HSL246.96º37.3%63.73%-
HSV(B)246.96º35.03%77.25%-
XYZ27.9524.756.12-
YUV138.26161.15126.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 197 (77.34% from 255) = 42.73%
R=29.50%
G=27.77%
B=42.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361281970.310.3500.23246.9637.363.73
Hex8880C51F23017f72540
Octal210200305374302736745100
Binary10001000100000001100010111111100011010111111101111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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