#8684D7

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

Shades of Moody Blue #8684D7

Tints of Moody Blue #8684D7

Color information

#8684D7 (or 0x8684D7) is unknown color: approx Moody Blue. HEX triplet: 86, 84 and D7. RGB value is (134,132,215). Sum of RGB (Red+Green+Blue) = 134+132+215=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #8684D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684D7 is #797B28. Grayscale: #8D8D8D. Windows color (decimal): -7961385 or 14124166. OLE color: 14124166.

HSL color Cylindrical-coordinate representation of color #8684D7: hue angle of 241.45º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8684D7 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134132215-
CMYK0.380.3900.16
HSL241.45º50.92%68.04%-
HSV(B)241.45º38.6%84.31%-
XYZ30.3526.4867.8-
YUV142.06169.16122.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 215 (84.38% from 255) = 44.70%
R=27.86%
G=27.44%
B=44.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341322150.380.3900.16241.4550.9268.04
Hex8684D72627010f13344
Octal206204327464702036163104
Binary100001101000010011010111100110100111010000111100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8684D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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