#8B85C7

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

Shades of Moody Blue #8B85C7

Tints of Moody Blue #8B85C7

Color information

#8B85C7 (or 0x8B85C7) is unknown color: approx Moody Blue. HEX triplet: 8B, 85 and C7. RGB value is (139,133,199). Sum of RGB (Red+Green+Blue) = 139+133+199=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #8B85C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85C7 is #747A38. Grayscale: #8E8E8E. Windows color (decimal): -7633465 or 13075851. OLE color: 13075851.

HSL color Cylindrical-coordinate representation of color #8B85C7: hue angle of 245.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B85C7 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB139133199-
CMYK0.300.3300.22
HSL245.45º37.08%65.1%-
HSV(B)245.45º33.17%78.04%-
XYZ29.3426.3957.58-
YUV142.32159.99125.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 199 (78.12% from 255) = 42.25%
R=29.51%
G=28.24%
B=42.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391331990.300.3300.22245.4537.0865.1
Hex8B85C71E21016f52541
Octal213205307364102636545101
Binary10001011100001011100011111110100001010110111101011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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