#8680C9

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

Shades of Moody Blue #8680C9

Tints of Moody Blue #8680C9

Color information

#8680C9 (or 0x8680C9) is unknown color: approx Moody Blue. HEX triplet: 86, 80 and C9. RGB value is (134,128,201). Sum of RGB (Red+Green+Blue) = 134+128+201=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #8680C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680C9 is #797F36. Grayscale: #898989. Windows color (decimal): -7962423 or 13205638. OLE color: 13205638.

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

Color convert

RGB134128201-
CMYK0.330.3600.21
HSL244.93º40.33%64.51%-
HSV(B)244.93º36.32%78.82%-
XYZ28.0924.7258.55-
YUV138.12163.49125.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=28.94%
G=27.65%
B=43.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341282010.330.3600.21244.9340.3364.51
Hex8680C92124015f52841
Octal206200311414402536550101
Binary100001101000000011001001100001100100010101111101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8680C9; }

 p { color: rgb(134,128,201); }

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

<style>
 a { background-color: #8680C9; }

 a { background-color: rgb(134,128,201); }

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

<style>
 span { border-color: #8680C9; }

 span { border-color: rgb(134,128,201); }

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