#8A7FBA

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

Shades of Moody Blue #8A7FBA

Tints of Moody Blue #8A7FBA

Color information

#8A7FBA (or 0x8A7FBA) is unknown color: approx Moody Blue. HEX triplet: 8A, 7F and BA. RGB value is (138,127,186). Sum of RGB (Red+Green+Blue) = 138+127+186=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FBA is #758045. Grayscale: #888888. Windows color (decimal): -7700550 or 12222346. OLE color: 12222346.

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

Color convert

RGB138127186-
CMYK0.260.3200.27
HSL251.19º29.95%61.37%-
HSV(B)251.19º31.72%72.94%-
XYZ26.9324.1349.69-
YUV137.01155.64128.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=30.60%
G=28.16%
B=41.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381271860.260.3200.27251.1929.9561.37
Hex8A7FBA1A2001Bfb1e3d
Octal21217727232400333733675
Binary10001010111111110111010110101000000110111111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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