#8684CE

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

Shades of Moody Blue #8684CE

Tints of Moody Blue #8684CE

Color information

#8684CE (or 0x8684CE) is unknown color: approx Moody Blue. HEX triplet: 86, 84 and CE. RGB value is (134,132,206). Sum of RGB (Red+Green+Blue) = 134+132+206=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #8684CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684CE is #797B31. Grayscale: #8C8C8C. Windows color (decimal): -7961394 or 13534342. OLE color: 13534342.

HSL color Cylindrical-coordinate representation of color #8684CE: hue angle of 241.62º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8684CE is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134132206-
CMYK0.350.3600.19
HSL241.62º43.02%66.27%-
HSV(B)241.62º35.92%80.78%-
XYZ29.2226.0361.88-
YUV141.03164.66122.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=28.39%
G=27.97%
B=43.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341322060.350.3600.19241.6243.0266.27
Hex8684CE2324013f22b42
Octal206204316434402336253102
Binary100001101000010011001110100011100100010011111100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8684CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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