#8D7FBA

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

Shades of Moody Blue #8D7FBA

Tints of Moody Blue #8D7FBA

Color information

#8D7FBA (or 0x8D7FBA) is unknown color: approx Moody Blue. HEX triplet: 8D, 7F and BA. RGB value is (141,127,186). Sum of RGB (Red+Green+Blue) = 141+127+186=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7FBA is #728045. Grayscale: #898989. Windows color (decimal): -7503942 or 12222349. OLE color: 12222349.

HSL color Cylindrical-coordinate representation of color #8D7FBA: hue angle of 254.24º 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 #8D7FBA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141127186-
CMYK0.240.3200.27
HSL254.24º29.95%61.37%-
HSV(B)254.24º31.72%72.94%-
XYZ27.4424.3949.72-
YUV137.91155.14130.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=31.06%
G=27.97%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411271860.240.3200.27254.2429.9561.37
Hex8D7FBA182001Bfe1e3d
Octal21517727230400333763675
Binary10001101111111110111010110001000000110111111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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