#8785B9

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

Shades of Moody Blue #8785B9

Tints of Moody Blue #8785B9

Color information

#8785B9 (or 0x8785B9) is unknown color: approx Moody Blue. HEX triplet: 87, 85 and B9. RGB value is (135,133,185). Sum of RGB (Red+Green+Blue) = 135+133+185=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #8785B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785B9 is #787A46. Grayscale: #8B8B8B. Windows color (decimal): -7895623 or 12158343. OLE color: 12158343.

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

Color convert

RGB135133185-
CMYK0.270.2800.27
HSL242.31º27.08%62.35%-
HSV(B)242.31º28.11%72.55%-
XYZ27.1425.4349.38-
YUV139.53153.66124.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.80%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 185 (72.66% from 255) = 40.84%
R=29.80%
G=29.36%
B=40.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351331850.270.2800.27242.3127.0862.35
Hex8785B91B1C01Bf21b3e
Octal20720527133340333623376
Binary10000111100001011011100111011111000110111111001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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