#8A7AD4

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

Shades of Moody Blue #8A7AD4

Tints of Moody Blue #8A7AD4

Color information

#8A7AD4 (or 0x8A7AD4) is unknown color: approx Moody Blue. HEX triplet: 8A, 7A and D4. RGB value is (138,122,212). Sum of RGB (Red+Green+Blue) = 138+122+212=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #8A7AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7AD4 is #75852B. Grayscale: #888888. Windows color (decimal): -7701804 or 13925002. OLE color: 13925002.

HSL color Cylindrical-coordinate representation of color #8A7AD4: hue angle of 250.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7AD4 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB138122212-
CMYK0.350.4200.17
HSL250.67º51.14%65.49%-
HSV(B)250.67º42.45%83.14%-
XYZ29.3224.0865.39-
YUV137.04170.3128.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.24%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=29.24%
G=25.85%
B=44.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1381222120.350.4200.17250.6751.1465.49
Hex8A7AD4232A011fb3341
Octal212172324435202137363101
Binary10001010111101011010100100011101010010001111110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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