#8680CD

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

Shades of Moody Blue #8680CD

Tints of Moody Blue #8680CD

Color information

#8680CD (or 0x8680CD) is unknown color: approx Moody Blue. HEX triplet: 86, 80 and CD. RGB value is (134,128,205). Sum of RGB (Red+Green+Blue) = 134+128+205=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #8680CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680CD is #797F32. Grayscale: #8A8A8A. Windows color (decimal): -7962419 or 13467782. OLE color: 13467782.

HSL color Cylindrical-coordinate representation of color #8680CD: hue angle of 244.68º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8680CD is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134128205-
CMYK0.350.3800.20
HSL244.68º43.5%65.29%-
HSV(B)244.68º37.56%80.39%-
XYZ28.5724.9161.06-
YUV138.57165.49124.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=28.69%
G=27.41%
B=43.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341282050.350.3800.20244.6843.565.29
Hex8680CD2326014f52c41
Octal206200315434602436554101
Binary100001101000000011001101100011100110010100111101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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