#8A7FD0

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

Shades of Moody Blue #8A7FD0

Tints of Moody Blue #8A7FD0

Color information

#8A7FD0 (or 0x8A7FD0) is unknown color: approx Moody Blue. HEX triplet: 8A, 7F and D0. RGB value is (138,127,208). Sum of RGB (Red+Green+Blue) = 138+127+208=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A7FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FD0 is #75802F. Grayscale: #8B8B8B. Windows color (decimal): -7700528 or 13664138. OLE color: 13664138.

HSL color Cylindrical-coordinate representation of color #8A7FD0: hue angle of 248.15º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A7FD0 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138127208-
CMYK0.340.3900.18
HSL248.15º46.29%65.69%-
HSV(B)248.15º38.94%81.57%-
XYZ29.4625.1462.97-
YUV139.52166.64126.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.18%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=29.18%
G=26.85%
B=43.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381272080.340.3900.18248.1546.2965.69
Hex8A7FD02227012f82e42
Octal212177320424702237056102
Binary10001010111111111010000100010100111010010111110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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