#8C82BC

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

Shades of Moody Blue #8C82BC

Tints of Moody Blue #8C82BC

Color information

#8C82BC (or 0x8C82BC) is unknown color: approx Moody Blue. HEX triplet: 8C, 82 and BC. RGB value is (140,130,188). Sum of RGB (Red+Green+Blue) = 140+130+188=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C82BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82BC is #737D43. Grayscale: #8B8B8B. Windows color (decimal): -7568708 or 12354188. OLE color: 12354188.

HSL color Cylindrical-coordinate representation of color #8C82BC: hue angle of 250.34º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C82BC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140130188-
CMYK0.260.3100.26
HSL250.34º30.21%62.35%-
HSV(B)250.34º30.85%73.73%-
XYZ27.8725.1750.97-
YUV139.6155.31128.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=30.57%
G=28.38%
B=41.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401301880.260.3100.26250.3430.2162.35
Hex8C82BC1A1F01Afa1e3e
Octal21420227432370323723676
Binary10001100100000101011110011010111110110101111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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