#8680CA

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

Shades of Moody Blue #8680CA

Tints of Moody Blue #8680CA

Color information

#8680CA (or 0x8680CA) is unknown color: approx Moody Blue. HEX triplet: 86, 80 and CA. RGB value is (134,128,202). Sum of RGB (Red+Green+Blue) = 134+128+202=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #8680CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680CA is #797F35. Grayscale: #898989. Windows color (decimal): -7962422 or 13271174. OLE color: 13271174.

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

Color convert

RGB134128202-
CMYK0.340.3700.21
HSL244.86º41.11%64.71%-
HSV(B)244.86º36.63%79.22%-
XYZ28.2124.7759.17-
YUV138.23163.99124.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=28.88%
G=27.59%
B=43.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341282020.340.3700.21244.8641.1164.71
Hex8680CA2225015f52941
Octal206200312424502536551101
Binary100001101000000011001010100010100101010101111101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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