#8A7DC3

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

Shades of Moody Blue #8A7DC3

Tints of Moody Blue #8A7DC3

Color information

#8A7DC3 (or 0x8A7DC3) is unknown color: approx Moody Blue. HEX triplet: 8A, 7D and C3. RGB value is (138,125,195). Sum of RGB (Red+Green+Blue) = 138+125+195=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #8A7DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DC3 is #75823C. Grayscale: #888888. Windows color (decimal): -7701053 or 12811658. OLE color: 12811658.

HSL color Cylindrical-coordinate representation of color #8A7DC3: hue angle of 251.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A7DC3 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB138125195-
CMYK0.290.3600.24
HSL251.14º36.84%62.75%-
HSV(B)251.14º35.9%76.47%-
XYZ27.6724.0154.81-
YUV136.87160.81128.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=30.13%
G=27.29%
B=42.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381251950.290.3600.24251.1436.8462.75
Hex8A7DC31D24018fb253f
Octal21217530335440303734577
Binary100010101111101110000111110110010001100011111011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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