#8676BE

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

Shades of Moody Blue #8676BE

Tints of Moody Blue #8676BE

Color information

#8676BE (or 0x8676BE) is unknown color: approx Moody Blue. HEX triplet: 86, 76 and BE. RGB value is (134,118,190). Sum of RGB (Red+Green+Blue) = 134+118+190=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8676BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676BE is #798941. Grayscale: #828282. Windows color (decimal): -7964994 or 12482182. OLE color: 12482182.

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

Color convert

RGB134118190-
CMYK0.290.3800.25
HSL253.33º35.64%60.39%-
HSV(B)253.33º37.89%74.51%-
XYZ25.621.7451.56-
YUV130.99161.3130.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=30.32%
G=26.70%
B=42.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341181900.290.3800.25253.3335.6460.39
Hex8676BE1D26019fd243c
Octal20616627635460313754474
Binary100001101110110101111101110110011001100111111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8676BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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