#8678BE

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

Shades of Moody Blue #8678BE

Tints of Moody Blue #8678BE

Color information

#8678BE (or 0x8678BE) is unknown color: approx Moody Blue. HEX triplet: 86, 78 and BE. RGB value is (134,120,190). Sum of RGB (Red+Green+Blue) = 134+120+190=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8678BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678BE is #798741. Grayscale: #838383. Windows color (decimal): -7964482 or 12482694. OLE color: 12482694.

HSL color Cylindrical-coordinate representation of color #8678BE: hue angle of 252º 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 #8678BE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134120190-
CMYK0.290.3700.25
HSL252º35%60.78%-
HSV(B)252º36.84%74.51%-
XYZ25.8422.2251.64-
YUV132.17160.64129.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.18%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=30.18%
G=27.03%
B=42.79%

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
Decimal1341201900.290.3700.252523560.78
Hex8678BE1D25019fc233d
Octal20617027635450313744375
Binary100001101111000101111101110110010101100111111100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8678BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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