#8679BA

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

Shades of Moody Blue #8679BA

Tints of Moody Blue #8679BA

Color information

#8679BA (or 0x8679BA) is unknown color: approx Moody Blue. HEX triplet: 86, 79 and BA. RGB value is (134,121,186). Sum of RGB (Red+Green+Blue) = 134+121+186=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #8679BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679BA is #798645. Grayscale: #848484. Windows color (decimal): -7964230 or 12220806. OLE color: 12220806.

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

Color convert

RGB134121186-
CMYK0.280.3500.27
HSL252º32.02%60.2%-
HSV(B)252º34.95%72.94%-
XYZ25.5322.2949.41-
YUV132.3158.31129.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=30.39%
G=27.44%
B=42.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341211860.280.3500.2725232.0260.2
Hex8679BA1C2301Bfc203c
Octal20617127234430333744074
Binary100001101111001101110101110010001101101111111100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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