#8882B3

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

Shades of Moody Blue #8882B3

Tints of Moody Blue #8882B3

Color information

#8882B3 (or 0x8882B3) is unknown color: approx Moody Blue. HEX triplet: 88, 82 and B3. RGB value is (136,130,179). Sum of RGB (Red+Green+Blue) = 136+130+179=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #8882B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882B3 is #777D4C. Grayscale: #898989. Windows color (decimal): -7830861 or 11764360. OLE color: 11764360.

HSL color Cylindrical-coordinate representation of color #8882B3: hue angle of 247.35º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8882B3 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB136130179-
CMYK0.240.2700.30
HSL247.35º24.38%60.59%-
HSV(B)247.35º27.37%70.2%-
XYZ26.2724.4545.98-
YUV137.38151.49127.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=30.56%
G=29.21%
B=40.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361301790.240.2700.30247.3524.3860.59
Hex8882B3181B01Ef7183d
Octal21020226330330363673075
Binary10001000100000101011001111000110110111101111011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8882B3; }

 p { color: rgb(136,130,179); }

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

<style>
 a { background-color: #8882B3; }

 a { background-color: rgb(136,130,179); }

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

<style>
 span { border-color: #8882B3; }

 span { border-color: rgb(136,130,179); }

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