#8680DC

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

Shades of Moody Blue #8680DC

Tints of Moody Blue #8680DC

Color information

#8680DC (or 0x8680DC) is unknown color: approx Moody Blue. HEX triplet: 86, 80 and DC. RGB value is (134,128,220). Sum of RGB (Red+Green+Blue) = 134+128+220=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #8680DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680DC is #797F23. Grayscale: #8B8B8B. Windows color (decimal): -7962404 or 14450822. OLE color: 14450822.

HSL color Cylindrical-coordinate representation of color #8680DC: hue angle of 243.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8680DC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134128220-
CMYK0.390.4200.14
HSL243.91º56.79%68.24%-
HSV(B)243.91º41.82%86.27%-
XYZ30.4725.6771.06-
YUV140.28172.99123.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=27.80%
G=26.56%
B=45.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341282200.390.4200.14243.9156.7968.24
Hex8680DC272A0Ef43944
Octal206200334475201636471104
Binary10000110100000001101110010011110101001110111101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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