#8785B4

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

Shades of Moody Blue #8785B4

Tints of Moody Blue #8785B4

Color information

#8785B4 (or 0x8785B4) is unknown color: approx Moody Blue. HEX triplet: 87, 85 and B4. RGB value is (135,133,180). Sum of RGB (Red+Green+Blue) = 135+133+180=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #8785B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785B4 is #787A4B. Grayscale: #8A8A8A. Windows color (decimal): -7895628 or 11830663. OLE color: 11830663.

HSL color Cylindrical-coordinate representation of color #8785B4: hue angle of 242.55º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8785B4 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135133180-
CMYK0.250.2600.29
HSL242.55º23.86%61.37%-
HSV(B)242.55º26.11%70.59%-
XYZ26.6225.2246.65-
YUV138.96151.16125.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.13%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=30.13%
G=29.69%
B=40.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351331800.250.2600.29242.5523.8661.37
Hex8785B4191A01Df3183d
Octal20720526431320353633075
Binary10000111100001011011010011001110100111011111001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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