#8B82DD

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

Shades of Moody Blue #8B82DD

Tints of Moody Blue #8B82DD

Color information

#8B82DD (or 0x8B82DD) is unknown color: approx Moody Blue. HEX triplet: 8B, 82 and DD. RGB value is (139,130,221). Sum of RGB (Red+Green+Blue) = 139+130+221=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B82DD is #747D22. Grayscale: #8E8E8E. Windows color (decimal): -7634211 or 14516875. OLE color: 14516875.

HSL color Cylindrical-coordinate representation of color #8B82DD: hue angle of 245.93º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B82DD is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139130221-
CMYK0.370.4100.13
HSL245.93º57.23%68.82%-
HSV(B)245.93º41.18%86.67%-
XYZ31.6826.6771.89-
YUV143.06171.98125.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.37%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=28.37%
G=26.53%
B=45.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391302210.370.4100.13245.9357.2368.82
Hex8B82DD25290Df63945
Octal213202335455101536671105
Binary10001011100000101101110110010110100101101111101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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