#8785BC

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

Shades of Moody Blue #8785BC

Tints of Moody Blue #8785BC

Color information

#8785BC (or 0x8785BC) is unknown color: approx Moody Blue. HEX triplet: 87, 85 and BC. RGB value is (135,133,188). Sum of RGB (Red+Green+Blue) = 135+133+188=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #8785BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785BC is #787A43. Grayscale: #8B8B8B. Windows color (decimal): -7895620 or 12354951. OLE color: 12354951.

HSL color Cylindrical-coordinate representation of color #8785BC: hue angle of 242.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8785BC is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135133188-
CMYK0.280.2900.26
HSL242.18º29.1%62.94%-
HSV(B)242.18º29.26%73.73%-
XYZ27.4625.5651.06-
YUV139.87155.16124.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.61%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=29.61%
G=29.17%
B=41.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351331880.280.2900.26242.1829.162.94
Hex8785BC1C1D01Af21d3f
Octal20720527434350323623577
Binary10000111100001011011110011100111010110101111001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8785BC; }

 p { color: rgb(135,133,188); }

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

<style>
 a { background-color: #8785BC; }

 a { background-color: rgb(135,133,188); }

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

<style>
 span { border-color: #8785BC; }

 span { border-color: rgb(135,133,188); }

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