#8C82D0

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

Shades of Moody Blue #8C82D0

Tints of Moody Blue #8C82D0

Color information

#8C82D0 (or 0x8C82D0) is unknown color: approx Moody Blue. HEX triplet: 8C, 82 and D0. RGB value is (140,130,208). Sum of RGB (Red+Green+Blue) = 140+130+208=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C82D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82D0 is #737D2F. Grayscale: #8D8D8D. Windows color (decimal): -7568688 or 13664908. OLE color: 13664908.

HSL color Cylindrical-coordinate representation of color #8C82D0: hue angle of 247.69º 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 #8C82D0 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140130208-
CMYK0.330.3800.18
HSL247.69º45.35%66.27%-
HSV(B)247.69º37.5%81.57%-
XYZ30.1826.0963.12-
YUV141.88165.31126.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 208 (81.64% from 255) = 43.51%
R=29.29%
G=27.20%
B=43.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401302080.330.3800.18247.6945.3566.27
Hex8C82D02126012f82d42
Octal214202320414602237055102
Binary100011001000001011010000100001100110010010111110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C82D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C82D0; }

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

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

<style>
 a { background-color: #8C82D0; }

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

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

<style>
 span { border-color: #8C82D0; }

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

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