#8A7DCA

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

Shades of Moody Blue #8A7DCA

Tints of Moody Blue #8A7DCA

Color information

#8A7DCA (or 0x8A7DCA) is unknown color: approx Moody Blue. HEX triplet: 8A, 7D and CA. RGB value is (138,125,202). Sum of RGB (Red+Green+Blue) = 138+125+202=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DCA is #758235. Grayscale: #898989. Windows color (decimal): -7701046 or 13270410. OLE color: 13270410.

HSL color Cylindrical-coordinate representation of color #8A7DCA: hue angle of 250.13º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7DCA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138125202-
CMYK0.320.3800.21
HSL250.13º42.08%64.12%-
HSV(B)250.13º38.12%79.22%-
XYZ28.4824.3359.07-
YUV137.66164.31128.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=29.68%
G=26.88%
B=43.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381252020.320.3800.21250.1342.0864.12
Hex8A7DCA2026015fa2a40
Octal212175312404602537252100
Binary10001010111110111001010100000100110010101111110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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