#8684CA

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

Shades of Moody Blue #8684CA

Tints of Moody Blue #8684CA

Color information

#8684CA (or 0x8684CA) is unknown color: approx Moody Blue. HEX triplet: 86, 84 and CA. RGB value is (134,132,202). Sum of RGB (Red+Green+Blue) = 134+132+202=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #8684CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684CA is #797B35. Grayscale: #8C8C8C. Windows color (decimal): -7961398 or 13272198. OLE color: 13272198.

HSL color Cylindrical-coordinate representation of color #8684CA: hue angle of 241.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8684CA is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134132202-
CMYK0.340.3500.21
HSL241.71º39.77%65.49%-
HSV(B)241.71º34.65%79.22%-
XYZ28.7425.8459.35-
YUV140.58162.66123.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=28.63%
G=28.21%
B=43.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341322020.340.3500.21241.7139.7765.49
Hex8684CA2223015f22841
Octal206204312424302536250101
Binary100001101000010011001010100010100011010101111100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8684CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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