#8C7DBF

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

Shades of Moody Blue #8C7DBF

Tints of Moody Blue #8C7DBF

Color information

#8C7DBF (or 0x8C7DBF) is unknown color: approx Moody Blue. HEX triplet: 8C, 7D and BF. RGB value is (140,125,191). Sum of RGB (Red+Green+Blue) = 140+125+191=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DBF is #738240. Grayscale: #888888. Windows color (decimal): -7569985 or 12549516. OLE color: 12549516.

HSL color Cylindrical-coordinate representation of color #8C7DBF: hue angle of 253.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C7DBF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140125191-
CMYK0.270.3500.25
HSL253.64º34.02%61.96%-
HSV(B)253.64º34.55%74.9%-
XYZ27.552452.47-
YUV137.01158.47130.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 191 (75% from 255) = 41.89%
R=30.70%
G=27.41%
B=41.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401251910.270.3500.25253.6434.0261.96
Hex8C7DBF1B23019fe223e
Octal21417527733430313764276
Binary100011001111101101111111101110001101100111111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,125,191); }

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

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

 a { background-color: rgb(140,125,191); }

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

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

 span { border-color: rgb(140,125,191); }

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