#8677BE

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

Shades of Moody Blue #8677BE

Tints of Moody Blue #8677BE

Color information

#8677BE (or 0x8677BE) is unknown color: approx Moody Blue. HEX triplet: 86, 77 and BE. RGB value is (134,119,190). Sum of RGB (Red+Green+Blue) = 134+119+190=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8677BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677BE is #798841. Grayscale: #838383. Windows color (decimal): -7964738 or 12482438. OLE color: 12482438.

HSL color Cylindrical-coordinate representation of color #8677BE: hue angle of 252.68º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8677BE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134119190-
CMYK0.290.3700.25
HSL252.68º35.32%60.59%-
HSV(B)252.68º37.37%74.51%-
XYZ25.7221.9851.6-
YUV131.58160.97129.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.25%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=30.25%
G=26.86%
B=42.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341191900.290.3700.25252.6835.3260.59
Hex8677BE1D25019fd233d
Octal20616727635450313754375
Binary100001101110111101111101110110010101100111111101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8677BE; }

 p { color: rgb(134,119,190); }

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

<style>
 a { background-color: #8677BE; }

 a { background-color: rgb(134,119,190); }

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

<style>
 span { border-color: #8677BE; }

 span { border-color: rgb(134,119,190); }

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