#8677BB

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

Shades of Moody Blue #8677BB

Tints of Moody Blue #8677BB

Color information

#8677BB (or 0x8677BB) is unknown color: approx Moody Blue. HEX triplet: 86, 77 and BB. RGB value is (134,119,187). Sum of RGB (Red+Green+Blue) = 134+119+187=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #8677BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677BB is #798844. Grayscale: #828282. Windows color (decimal): -7964741 or 12285830. OLE color: 12285830.

HSL color Cylindrical-coordinate representation of color #8677BB: hue angle of 253.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8677BB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134119187-
CMYK0.280.3600.27
HSL253.24º33.33%60%-
HSV(B)253.24º36.36%73.33%-
XYZ25.421.8549.89-
YUV131.24159.47129.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=30.45%
G=27.05%
B=42.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341191870.280.3600.27253.2433.3360
Hex8677BB1C2401Bfd213c
Octal20616727334440333754174
Binary100001101110111101110111110010010001101111111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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