#8A7FD4

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

Shades of Moody Blue #8A7FD4

Tints of Moody Blue #8A7FD4

Color information

#8A7FD4 (or 0x8A7FD4) is unknown color: approx Moody Blue. HEX triplet: 8A, 7F and D4. RGB value is (138,127,212). Sum of RGB (Red+Green+Blue) = 138+127+212=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #8A7FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FD4 is #75802B. Grayscale: #8B8B8B. Windows color (decimal): -7700524 or 13926282. OLE color: 13926282.

HSL color Cylindrical-coordinate representation of color #8A7FD4: hue angle of 247.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A7FD4 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB138127212-
CMYK0.350.4000.17
HSL247.76º49.71%66.47%-
HSV(B)247.76º40.09%83.14%-
XYZ29.9525.3465.6-
YUV139.98168.64126.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.93%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=28.93%
G=26.62%
B=44.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1381272120.350.4000.17247.7649.7166.47
Hex8A7FD42328011f83242
Octal212177324435002137062102
Binary10001010111111111010100100011101000010001111110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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