#8B82BC

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

Shades of Moody Blue #8B82BC

Tints of Moody Blue #8B82BC

Color information

#8B82BC (or 0x8B82BC) is unknown color: approx Moody Blue. HEX triplet: 8B, 82 and BC. RGB value is (139,130,188). Sum of RGB (Red+Green+Blue) = 139+130+188=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B82BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B82BC is #747D43. Grayscale: #8B8B8B. Windows color (decimal): -7634244 or 12354187. OLE color: 12354187.

HSL color Cylindrical-coordinate representation of color #8B82BC: hue angle of 249.31º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B82BC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139130188-
CMYK0.260.3100.26
HSL249.31º30.21%62.35%-
HSV(B)249.31º30.85%73.73%-
XYZ27.7125.0950.96-
YUV139.3155.48127.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=30.42%
G=28.45%
B=41.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391301880.260.3100.26249.3130.2162.35
Hex8B82BC1A1F01Af91e3e
Octal21320227432370323713676
Binary10001011100000101011110011010111110110101111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,130,188); }

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

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

 a { background-color: rgb(139,130,188); }

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

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

 span { border-color: rgb(139,130,188); }

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