#8C7FDA

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

Shades of Moody Blue #8C7FDA

Tints of Moody Blue #8C7FDA

Color information

#8C7FDA (or 0x8C7FDA) is unknown color: approx Moody Blue. HEX triplet: 8C, 7F and DA. RGB value is (140,127,218). Sum of RGB (Red+Green+Blue) = 140+127+218=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FDA is #738025. Grayscale: #8C8C8C. Windows color (decimal): -7569446 or 14319500. OLE color: 14319500.

HSL color Cylindrical-coordinate representation of color #8C7FDA: hue angle of 248.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C7FDA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140127218-
CMYK0.360.4200.15
HSL248.57º55.15%67.65%-
HSV(B)248.57º41.74%85.49%-
XYZ31.0625.8269.68-
YUV141.26171.31127.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=28.87%
G=26.19%
B=44.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401272180.360.4200.15248.5755.1567.65
Hex8C7FDA242A0Ff93744
Octal214177332445201737167104
Binary1000110011111111101101010010010101001111111110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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