#8C82BA

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

Shades of Moody Blue #8C82BA

Tints of Moody Blue #8C82BA

Color information

#8C82BA (or 0x8C82BA) is unknown color: approx Moody Blue. HEX triplet: 8C, 82 and BA. RGB value is (140,130,186). Sum of RGB (Red+Green+Blue) = 140+130+186=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82BA is #737D45. Grayscale: #8B8B8B. Windows color (decimal): -7568710 or 12223116. OLE color: 12223116.

HSL color Cylindrical-coordinate representation of color #8C82BA: hue angle of 250.71º 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 #8C82BA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140130186-
CMYK0.250.3000.27
HSL250.71º28.87%61.96%-
HSV(B)250.71º30.11%72.94%-
XYZ27.6625.0949.84-
YUV139.37154.31128.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=30.70%
G=28.51%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401301860.250.3000.27250.7128.8761.96
Hex8C82BA191E01Bfb1d3e
Octal21420227231360333733576
Binary10001100100000101011101011001111100110111111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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