#8681BC

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

Shades of Moody Blue #8681BC

Tints of Moody Blue #8681BC

Color information

#8681BC (or 0x8681BC) is unknown color: approx Moody Blue. HEX triplet: 86, 81 and BC. RGB value is (134,129,188). Sum of RGB (Red+Green+Blue) = 134+129+188=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #8681BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681BC is #797E43. Grayscale: #888888. Windows color (decimal): -7962180 or 12353926. OLE color: 12353926.

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

Color convert

RGB134129188-
CMYK0.290.3100.26
HSL245.08º30.57%62.16%-
HSV(B)245.08º31.38%73.73%-
XYZ26.7624.450.88-
YUV137.22156.66125.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=29.71%
G=28.60%
B=41.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341291880.290.3100.26245.0830.5762.16
Hex8681BC1D1F01Af51f3e
Octal20620127435370323653776
Binary10000110100000011011110011101111110110101111010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8681BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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