#8684B3

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

Shades of Moody Blue #8684B3

Tints of Moody Blue #8684B3

Color information

#8684B3 (or 0x8684B3) is unknown color: approx Moody Blue. HEX triplet: 86, 84 and B3. RGB value is (134,132,179). Sum of RGB (Red+Green+Blue) = 134+132+179=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #8684B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684B3 is #797B4C. Grayscale: #898989. Windows color (decimal): -7961421 or 11764870. OLE color: 11764870.

HSL color Cylindrical-coordinate representation of color #8684B3: hue angle of 242.55º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8684B3 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB134132179-
CMYK0.250.2600.30
HSL242.55º23.62%60.98%-
HSV(B)242.55º26.26%70.2%-
XYZ26.2224.8346.06-
YUV137.96151.16125.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=30.11%
G=29.66%
B=40.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341321790.250.2600.30242.5523.6260.98
Hex8684B3191A01Ef3183d
Octal20620426331320363633075
Binary10000110100001001011001111001110100111101111001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8684B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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