#8B82D0

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

Shades of Moody Blue #8B82D0

Tints of Moody Blue #8B82D0

Color information

#8B82D0 (or 0x8B82D0) is unknown color: approx Moody Blue. HEX triplet: 8B, 82 and D0. RGB value is (139,130,208). Sum of RGB (Red+Green+Blue) = 139+130+208=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B82D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B82D0 is #747D2F. Grayscale: #8D8D8D. Windows color (decimal): -7634224 or 13664907. OLE color: 13664907.

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

Color convert

RGB139130208-
CMYK0.330.3800.18
HSL246.92º45.35%66.27%-
HSV(B)246.92º37.5%81.57%-
XYZ30.0226.0163.11-
YUV141.58165.48126.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=29.14%
G=27.25%
B=43.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391302080.330.3800.18246.9245.3566.27
Hex8B82D02126012f72d42
Octal213202320414602236755102
Binary100010111000001011010000100001100110010010111101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B82D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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