#8C7AD1

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

Shades of Moody Blue #8C7AD1

Tints of Moody Blue #8C7AD1

Color information

#8C7AD1 (or 0x8C7AD1) is unknown color: approx Moody Blue. HEX triplet: 8C, 7A and D1. RGB value is (140,122,209). Sum of RGB (Red+Green+Blue) = 140+122+209=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C7AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7AD1 is #73852E. Grayscale: #888888. Windows color (decimal): -7570735 or 13728396. OLE color: 13728396.

HSL color Cylindrical-coordinate representation of color #8C7AD1: hue angle of 252.41º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C7AD1 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140122209-
CMYK0.330.4200.18
HSL252.41º48.6%64.9%-
HSV(B)252.41º41.63%81.96%-
XYZ29.2824.163.43-
YUV137.3168.46129.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=29.72%
G=25.90%
B=44.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401222090.330.4200.18252.4148.664.9
Hex8C7AD1212A012fc3141
Octal214172321415202237461101
Binary10001100111101011010001100001101010010010111111001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,209); }

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

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

 a { background-color: rgb(140,122,209); }

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

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

 span { border-color: rgb(140,122,209); }

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