#8684DC

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

Shades of Moody Blue #8684DC

Tints of Moody Blue #8684DC

Color information

#8684DC (or 0x8684DC) is unknown color: approx Moody Blue. HEX triplet: 86, 84 and DC. RGB value is (134,132,220). Sum of RGB (Red+Green+Blue) = 134+132+220=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8684DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684DC is #797B23. Grayscale: #8E8E8E. Windows color (decimal): -7961380 or 14451846. OLE color: 14451846.

HSL color Cylindrical-coordinate representation of color #8684DC: hue angle of 241.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8684DC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134132220-
CMYK0.390.4000.14
HSL241.36º55.7%69.02%-
HSV(B)241.36º40%86.27%-
XYZ3126.7471.24-
YUV142.63171.66121.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.57%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=27.57%
G=27.16%
B=45.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341322200.390.4000.14241.3655.769.02
Hex8684DC27280Ef13845
Octal206204334475001636170105
Binary10000110100001001101110010011110100001110111100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8684DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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