#8785B3

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

Shades of Moody Blue #8785B3

Tints of Moody Blue #8785B3

Color information

#8785B3 (or 0x8785B3) is unknown color: approx Moody Blue. HEX triplet: 87, 85 and B3. RGB value is (135,133,179). Sum of RGB (Red+Green+Blue) = 135+133+179=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #8785B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785B3 is #787A4C. Grayscale: #8A8A8A. Windows color (decimal): -7895629 or 11765127. OLE color: 11765127.

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

Color convert

RGB135133179-
CMYK0.250.2600.30
HSL242.61º23.23%61.18%-
HSV(B)242.61º25.7%70.2%-
XYZ26.5225.1846.11-
YUV138.84150.66125.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.20%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 179 (70.31% from 255) = 40.04%
R=30.20%
G=29.75%
B=40.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351331790.250.2600.30242.6123.2361.18
Hex8785B3191A01Ef3173d
Octal20720526331320363632775
Binary10000111100001011011001111001110100111101111001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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