#8679BC

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

Shades of Moody Blue #8679BC

Tints of Moody Blue #8679BC

Color information

#8679BC (or 0x8679BC) is unknown color: approx Moody Blue. HEX triplet: 86, 79 and BC. RGB value is (134,121,188). Sum of RGB (Red+Green+Blue) = 134+121+188=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #8679BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679BC is #798643. Grayscale: #848484. Windows color (decimal): -7964228 or 12351878. OLE color: 12351878.

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

Color convert

RGB134121188-
CMYK0.290.3600.26
HSL251.64º33.33%60.59%-
HSV(B)251.64º35.64%73.73%-
XYZ25.7522.3750.54-
YUV132.52159.31129.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.25%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=30.25%
G=27.31%
B=42.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341211880.290.3600.26251.6433.3360.59
Hex8679BC1D2401Afc213d
Octal20617127435440323744175
Binary100001101111001101111001110110010001101011111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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