#8684C7

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

Shades of Moody Blue #8684C7

Tints of Moody Blue #8684C7

Color information

#8684C7 (or 0x8684C7) is unknown color: approx Moody Blue. HEX triplet: 86, 84 and C7. RGB value is (134,132,199). Sum of RGB (Red+Green+Blue) = 134+132+199=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #8684C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684C7 is #797B38. Grayscale: #8B8B8B. Windows color (decimal): -7961401 or 13075590. OLE color: 13075590.

HSL color Cylindrical-coordinate representation of color #8684C7: hue angle of 241.79º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8684C7 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134132199-
CMYK0.330.3400.22
HSL241.79º37.43%64.9%-
HSV(B)241.79º33.67%78.04%-
XYZ28.3925.6957.5-
YUV140.24161.16123.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=28.82%
G=28.39%
B=42.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341321990.330.3400.22241.7937.4364.9
Hex8684C72122016f22541
Octal206204307414202636245101
Binary100001101000010011000111100001100010010110111100101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8684C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8684C7; }

 p { color: rgb(134,132,199); }

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

<style>
 a { background-color: #8684C7; }

 a { background-color: rgb(134,132,199); }

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

<style>
 span { border-color: #8684C7; }

 span { border-color: rgb(134,132,199); }

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