#8C84BA

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

Shades of Moody Blue #8C84BA

Tints of Moody Blue #8C84BA

Color information

#8C84BA (or 0x8C84BA) is unknown color: approx Moody Blue. HEX triplet: 8C, 84 and BA. RGB value is (140,132,186). Sum of RGB (Red+Green+Blue) = 140+132+186=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 132 (51.95% from 255 or 28.82% 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 #8C84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84BA is #737B45. Grayscale: #8C8C8C. Windows color (decimal): -7568198 or 12223628. OLE color: 12223628.

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

Color convert

RGB140132186-
CMYK0.250.2900.27
HSL248.89º28.12%62.35%-
HSV(B)248.89º29.03%72.94%-
XYZ27.9325.6249.93-
YUV140.55153.65127.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=30.57%
G=28.82%
B=40.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401321860.250.2900.27248.8928.1262.35
Hex8C84BA191D01Bf91c3e
Octal21420427231350333713476
Binary10001100100001001011101011001111010110111111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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