#8B82DE

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

Shades of Moody Blue #8B82DE

Tints of Moody Blue #8B82DE

Color information

#8B82DE (or 0x8B82DE) is unknown color: approx Moody Blue. HEX triplet: 8B, 82 and DE. RGB value is (139,130,222). Sum of RGB (Red+Green+Blue) = 139+130+222=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B82DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B82DE is #747D21. Grayscale: #8E8E8E. Windows color (decimal): -7634210 or 14582411. OLE color: 14582411.

HSL color Cylindrical-coordinate representation of color #8B82DE: hue angle of 245.87º degrees, saturation: 0.58, 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 #8B82DE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139130222-
CMYK0.370.4100.13
HSL245.87º58.23%69.02%-
HSV(B)245.87º41.44%87.06%-
XYZ31.8126.7372.59-
YUV143.18172.48125.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=28.31%
G=26.48%
B=45.21%

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
Decimal1391302220.370.4100.13245.8758.2369.02
Hex8B82DE25290Df63a45
Octal213202336455101536672105
Binary10001011100000101101111010010110100101101111101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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