#8B85BE

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

Shades of Moody Blue #8B85BE

Tints of Moody Blue #8B85BE

Color information

#8B85BE (or 0x8B85BE) is unknown color: approx Moody Blue. HEX triplet: 8B, 85 and BE. RGB value is (139,133,190). Sum of RGB (Red+Green+Blue) = 139+133+190=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85BE is #747A41. Grayscale: #8D8D8D. Windows color (decimal): -7633474 or 12486027. OLE color: 12486027.

HSL color Cylindrical-coordinate representation of color #8B85BE: hue angle of 246.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B85BE is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139133190-
CMYK0.270.300.25
HSL246.32º30.48%63.33%-
HSV(B)246.32º30%74.51%-
XYZ28.3325.9852.24-
YUV141.29155.49126.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=30.09%
G=28.79%
B=41.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391331900.270.300.25246.3230.4863.33
Hex8B85BE1B1E019f61e3f
Octal21320527633360313663677
Binary10001011100001011011111011011111100110011111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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