#8B85D0

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

Shades of Moody Blue #8B85D0

Tints of Moody Blue #8B85D0

Color information

#8B85D0 (or 0x8B85D0) is unknown color: approx Moody Blue. HEX triplet: 8B, 85 and D0. RGB value is (139,133,208). Sum of RGB (Red+Green+Blue) = 139+133+208=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B85D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85D0 is #747A2F. Grayscale: #8F8F8F. Windows color (decimal): -7633456 or 13665675. OLE color: 13665675.

HSL color Cylindrical-coordinate representation of color #8B85D0: hue angle of 244.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B85D0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139133208-
CMYK0.330.3600.18
HSL244.8º44.38%66.86%-
HSV(B)244.8º36.06%81.57%-
XYZ30.4226.8263.25-
YUV143.34164.49124.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 208 (81.64% from 255) = 43.33%
R=28.96%
G=27.71%
B=43.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391332080.330.3600.18244.844.3866.86
Hex8B85D02124012f52c43
Octal213205320414402236554103
Binary100010111000010111010000100001100100010010111101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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