#8C7FBE

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

Shades of Moody Blue #8C7FBE

Tints of Moody Blue #8C7FBE

Color information

#8C7FBE (or 0x8C7FBE) is unknown color: approx Moody Blue. HEX triplet: 8C, 7F and BE. RGB value is (140,127,190). Sum of RGB (Red+Green+Blue) = 140+127+190=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FBE is #738041. Grayscale: #898989. Windows color (decimal): -7569474 or 12484492. OLE color: 12484492.

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

Color convert

RGB140127190-
CMYK0.260.3300.25
HSL252.38º32.64%62.16%-
HSV(B)252.38º33.16%74.51%-
XYZ27.724.4751.98-
YUV138.07157.31129.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=30.63%
G=27.79%
B=41.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401271900.260.3300.25252.3832.6462.16
Hex8C7FBE1A21019fc213e
Octal21417727632410313744176
Binary100011001111111101111101101010000101100111111100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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