#8884BF

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

Shades of Moody Blue #8884BF

Tints of Moody Blue #8884BF

Color information

#8884BF (or 0x8884BF) is unknown color: approx Moody Blue. HEX triplet: 88, 84 and BF. RGB value is (136,132,191). Sum of RGB (Red+Green+Blue) = 136+132+191=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #8884BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884BF is #777B40. Grayscale: #8B8B8B. Windows color (decimal): -7830337 or 12551304. OLE color: 12551304.

HSL color Cylindrical-coordinate representation of color #8884BF: hue angle of 244.07º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8884BF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136132191-
CMYK0.290.3100.25
HSL244.07º31.55%63.33%-
HSV(B)244.07º30.89%74.9%-
XYZ27.8125.552.75-
YUV139.92156.83125.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 191 (75% from 255) = 41.61%
R=29.63%
G=28.76%
B=41.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361321910.290.3100.25244.0731.5563.33
Hex8884BF1D1F019f4203f
Octal21020427735370313644077
Binary100010001000010010111111111011111101100111110100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8884BF; }

 p { color: rgb(136,132,191); }

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

<style>
 a { background-color: #8884BF; }

 a { background-color: rgb(136,132,191); }

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

<style>
 span { border-color: #8884BF; }

 span { border-color: rgb(136,132,191); }

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