#8B85B9

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

Shades of Moody Blue #8B85B9

Tints of Moody Blue #8B85B9

Color information

#8B85B9 (or 0x8B85B9) is unknown color: approx Moody Blue. HEX triplet: 8B, 85 and B9. RGB value is (139,133,185). Sum of RGB (Red+Green+Blue) = 139+133+185=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B85B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85B9 is #747A46. Grayscale: #8C8C8C. Windows color (decimal): -7633479 or 12158347. OLE color: 12158347.

HSL color Cylindrical-coordinate representation of color #8B85B9: hue angle of 246.92º 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 #8B85B9 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139133185-
CMYK0.250.2800.27
HSL246.92º27.08%62.35%-
HSV(B)246.92º28.11%72.55%-
XYZ27.7925.7749.41-
YUV140.72152.99126.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=30.42%
G=29.10%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391331850.250.2800.27246.9227.0862.35
Hex8B85B9191C01Bf71b3e
Octal21320527131340333673376
Binary10001011100001011011100111001111000110111111011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B85B9; }

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

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

<style>
 a { background-color: #8B85B9; }

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

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

<style>
 span { border-color: #8B85B9; }

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

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