#8C81BE

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

Shades of Moody Blue #8C81BE

Tints of Moody Blue #8C81BE

Color information

#8C81BE (or 0x8C81BE) is unknown color: approx Moody Blue. HEX triplet: 8C, 81 and BE. RGB value is (140,129,190). Sum of RGB (Red+Green+Blue) = 140+129+190=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81BE is #737E41. Grayscale: #8B8B8B. Windows color (decimal): -7568962 or 12485004. OLE color: 12485004.

HSL color Cylindrical-coordinate representation of color #8C81BE: hue angle of 250.82º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C81BE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140129190-
CMYK0.260.3200.25
HSL250.82º31.94%62.55%-
HSV(B)250.82º32.11%74.51%-
XYZ27.9624.9952.07-
YUV139.24156.64128.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=30.50%
G=28.10%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401291900.260.3200.25250.8231.9462.55
Hex8C81BE1A20019fb203f
Octal21420127632400313734077
Binary1000110010000001101111101101010000001100111111011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,190); }

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

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

 a { background-color: rgb(140,129,190); }

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

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

 span { border-color: rgb(140,129,190); }

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