#8C7FBF

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

Shades of Moody Blue #8C7FBF

Tints of Moody Blue #8C7FBF

Color information

#8C7FBF (or 0x8C7FBF) is unknown color: approx Moody Blue. HEX triplet: 8C, 7F and BF. RGB value is (140,127,191). Sum of RGB (Red+Green+Blue) = 140+127+191=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C7FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FBF is #738040. Grayscale: #898989. Windows color (decimal): -7569473 or 12550028. OLE color: 12550028.

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

Color convert

RGB140127191-
CMYK0.270.3400.25
HSL252.19º33.33%62.35%-
HSV(B)252.19º33.51%74.9%-
XYZ27.8124.5252.56-
YUV138.18157.81129.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 191 (75% from 255) = 41.70%
R=30.57%
G=27.73%
B=41.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401271910.270.3400.25252.1933.3362.35
Hex8C7FBF1B22019fc213e
Octal21417727733420313744176
Binary100011001111111101111111101110001001100111111100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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