#8A7DCD

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

Shades of Moody Blue #8A7DCD

Tints of Moody Blue #8A7DCD

Color information

#8A7DCD (or 0x8A7DCD) is unknown color: approx Moody Blue. HEX triplet: 8A, 7D and CD. RGB value is (138,125,205). Sum of RGB (Red+Green+Blue) = 138+125+205=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DCD is #758232. Grayscale: #898989. Windows color (decimal): -7701043 or 13467018. OLE color: 13467018.

HSL color Cylindrical-coordinate representation of color #8A7DCD: hue angle of 249.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A7DCD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138125205-
CMYK0.330.3900.20
HSL249.75º44.44%64.71%-
HSV(B)249.75º39.02%80.39%-
XYZ28.8324.4860.96-
YUV138.01165.81128-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=29.49%
G=26.71%
B=43.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381252050.330.3900.20249.7544.4464.71
Hex8A7DCD2127014fa2c41
Octal212175315414702437254101
Binary10001010111110111001101100001100111010100111110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,125,205); }

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

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

 a { background-color: rgb(138,125,205); }

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

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

 span { border-color: rgb(138,125,205); }

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