#8C7FD4

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

Shades of Moody Blue #8C7FD4

Tints of Moody Blue #8C7FD4

Color information

#8C7FD4 (or 0x8C7FD4) is unknown color: approx Moody Blue. HEX triplet: 8C, 7F and D4. RGB value is (140,127,212). Sum of RGB (Red+Green+Blue) = 140+127+212=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #8C7FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FD4 is #73802B. Grayscale: #8C8C8C. Windows color (decimal): -7569452 or 13926284. OLE color: 13926284.

HSL color Cylindrical-coordinate representation of color #8C7FD4: hue angle of 249.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7FD4 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB140127212-
CMYK0.340.4000.17
HSL249.18º49.71%66.47%-
HSV(B)249.18º40.09%83.14%-
XYZ30.2925.5165.61-
YUV140.58168.31127.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 212 (83.20% from 255) = 44.26%
R=29.23%
G=26.51%
B=44.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1401272120.340.4000.17249.1849.7166.47
Hex8C7FD42228011f93242
Octal214177324425002137162102
Binary10001100111111111010100100010101000010001111110011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,212); }

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

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

 a { background-color: rgb(140,127,212); }

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

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

 span { border-color: rgb(140,127,212); }

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