#8E82BA

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

Shades of Moody Blue #8E82BA

Tints of Moody Blue #8E82BA

Color information

#8E82BA (or 0x8E82BA) is unknown color: approx Moody Blue. HEX triplet: 8E, 82 and BA. RGB value is (142,130,186). Sum of RGB (Red+Green+Blue) = 142+130+186=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82BA is #717D45. Grayscale: #8B8B8B. Windows color (decimal): -7437638 or 12223118. OLE color: 12223118.

HSL color Cylindrical-coordinate representation of color #8E82BA: hue angle of 252.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E82BA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142130186-
CMYK0.240.3000.27
HSL252.86º28.87%61.96%-
HSV(B)252.86º30.11%72.94%-
XYZ2825.2649.85-
YUV139.97153.98129.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=31.00%
G=28.38%
B=40.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421301860.240.3000.27252.8628.8761.96
Hex8E82BA181E01Bfd1d3e
Octal21620227230360333753576
Binary10001110100000101011101011000111100110111111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,130,186); }

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

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

 a { background-color: rgb(142,130,186); }

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

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

 span { border-color: rgb(142,130,186); }

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