#8C7FBA

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

Shades of Moody Blue #8C7FBA

Tints of Moody Blue #8C7FBA

Color information

#8C7FBA (or 0x8C7FBA) is unknown color: approx Moody Blue. HEX triplet: 8C, 7F and BA. RGB value is (140,127,186). Sum of RGB (Red+Green+Blue) = 140+127+186=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FBA is #738045. Grayscale: #898989. Windows color (decimal): -7569478 or 12222348. OLE color: 12222348.

HSL color Cylindrical-coordinate representation of color #8C7FBA: hue angle of 253.22º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C7FBA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140127186-
CMYK0.250.3200.27
HSL253.22º29.95%61.37%-
HSV(B)253.22º31.72%72.94%-
XYZ27.2724.349.71-
YUV137.61155.31129.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=30.91%
G=28.04%
B=41.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401271860.250.3200.27253.2229.9561.37
Hex8C7FBA192001Bfd1e3d
Octal21417727231400333753675
Binary10001100111111110111010110011000000110111111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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