#8677BD

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

Shades of Moody Blue #8677BD

Tints of Moody Blue #8677BD

Color information

#8677BD (or 0x8677BD) is unknown color: approx Moody Blue. HEX triplet: 86, 77 and BD. RGB value is (134,119,189). Sum of RGB (Red+Green+Blue) = 134+119+189=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #8677BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677BD is #798842. Grayscale: #838383. Windows color (decimal): -7964739 or 12416902. OLE color: 12416902.

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

Color convert

RGB134119189-
CMYK0.290.3700.26
HSL252.86º34.65%60.39%-
HSV(B)252.86º37.04%74.12%-
XYZ25.6121.9451.03-
YUV131.46160.47129.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=30.32%
G=26.92%
B=42.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341191890.290.3700.26252.8634.6560.39
Hex8677BD1D2501Afd233c
Octal20616727535450323754374
Binary100001101110111101111011110110010101101011111101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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