#8681B6

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

Shades of Moody Blue #8681B6

Tints of Moody Blue #8681B6

Color information

#8681B6 (or 0x8681B6) is unknown color: approx Moody Blue. HEX triplet: 86, 81 and B6. RGB value is (134,129,182). Sum of RGB (Red+Green+Blue) = 134+129+182=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #8681B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681B6 is #797E49. Grayscale: #888888. Windows color (decimal): -7962186 or 11960710. OLE color: 11960710.

HSL color Cylindrical-coordinate representation of color #8681B6: hue angle of 245.66º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8681B6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134129182-
CMYK0.260.2900.29
HSL245.66º26.63%60.98%-
HSV(B)245.66º29.12%71.37%-
XYZ26.1324.1547.54-
YUV136.54153.66126.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=30.11%
G=28.99%
B=40.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341291820.260.2900.29245.6626.6360.98
Hex8681B61A1D01Df61b3d
Octal20620126632350353663375
Binary10000110100000011011011011010111010111011111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8681B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8681B6; }

 p { color: rgb(134,129,182); }

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

<style>
 a { background-color: #8681B6; }

 a { background-color: rgb(134,129,182); }

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

<style>
 span { border-color: #8681B6; }

 span { border-color: rgb(134,129,182); }

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