#8784BA

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

Shades of Moody Blue #8784BA

Tints of Moody Blue #8784BA

Color information

#8784BA (or 0x8784BA) is unknown color: approx Moody Blue. HEX triplet: 87, 84 and BA. RGB value is (135,132,186). Sum of RGB (Red+Green+Blue) = 135+132+186=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #8784BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8784BA is #787B45. Grayscale: #8A8A8A. Windows color (decimal): -7895878 or 12223623. OLE color: 12223623.

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

Color convert

RGB135132186-
CMYK0.270.2900.27
HSL243.33º28.12%62.35%-
HSV(B)243.33º29.03%72.94%-
XYZ27.1125.249.89-
YUV139.05154.49125.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.80%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=29.80%
G=29.14%
B=41.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351321860.270.2900.27243.3328.1262.35
Hex8784BA1B1D01Bf31c3e
Octal20720427233350333633476
Binary10000111100001001011101011011111010110111111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8784BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,132,186); }

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

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

 a { background-color: rgb(135,132,186); }

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

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

 span { border-color: rgb(135,132,186); }

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