#8682D0

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

Shades of Moody Blue #8682D0

Tints of Moody Blue #8682D0

Color information

#8682D0 (or 0x8682D0) is unknown color: approx Moody Blue. HEX triplet: 86, 82 and D0. RGB value is (134,130,208). Sum of RGB (Red+Green+Blue) = 134+130+208=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #8682D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8682D0 is #797D2F. Grayscale: #8B8B8B. Windows color (decimal): -7961904 or 13664902. OLE color: 13664902.

HSL color Cylindrical-coordinate representation of color #8682D0: hue angle of 243.08º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8682D0 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134130208-
CMYK0.360.3800.18
HSL243.08º45.35%66.27%-
HSV(B)243.08º37.5%81.57%-
XYZ29.225.5963.07-
YUV140.09166.33123.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 208 (81.64% from 255) = 44.07%
R=28.39%
G=27.54%
B=44.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341302080.360.3800.18243.0845.3566.27
Hex8682D02426012f32d42
Octal206202320444602236355102
Binary100001101000001011010000100100100110010010111100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8682D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8682D0; }

 p { color: rgb(134,130,208); }

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

<style>
 a { background-color: #8682D0; }

 a { background-color: rgb(134,130,208); }

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

<style>
 span { border-color: #8682D0; }

 span { border-color: rgb(134,130,208); }

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