#8679BE

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

Shades of Moody Blue #8679BE

Tints of Moody Blue #8679BE

Color information

#8679BE (or 0x8679BE) is unknown color: approx Moody Blue. HEX triplet: 86, 79 and BE. RGB value is (134,121,190). Sum of RGB (Red+Green+Blue) = 134+121+190=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #8679BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679BE is #798641. Grayscale: #848484. Windows color (decimal): -7964226 or 12482950. OLE color: 12482950.

HSL color Cylindrical-coordinate representation of color #8679BE: hue angle of 251.3º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8679BE is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134121190-
CMYK0.290.3600.25
HSL251.3º34.67%60.98%-
HSV(B)251.3º36.32%74.51%-
XYZ25.9622.4651.68-
YUV132.75160.31128.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=30.11%
G=27.19%
B=42.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341211900.290.3600.25251.334.6760.98
Hex8679BE1D24019fb233d
Octal20617127635440313734375
Binary100001101111001101111101110110010001100111111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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