#8677BA

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

Shades of Moody Blue #8677BA

Tints of Moody Blue #8677BA

Color information

#8677BA (or 0x8677BA) is unknown color: approx Moody Blue. HEX triplet: 86, 77 and BA. RGB value is (134,119,186). Sum of RGB (Red+Green+Blue) = 134+119+186=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #8677BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677BA is #798845. Grayscale: #828282. Windows color (decimal): -7964742 or 12220294. OLE color: 12220294.

HSL color Cylindrical-coordinate representation of color #8677BA: hue angle of 253.43º 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 #8677BA is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134119186-
CMYK0.280.3600.27
HSL253.43º32.68%59.8%-
HSV(B)253.43º36.02%72.94%-
XYZ25.2921.8149.33-
YUV131.12158.97130.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=30.52%
G=27.11%
B=42.37%

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
Decimal1341191860.280.3600.27253.4332.6859.8
Hex8677BA1C2401Bfd213c
Octal20616727234440333754174
Binary100001101110111101110101110010010001101111111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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