#8C7CC1

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

Shades of Moody Blue #8C7CC1

Tints of Moody Blue #8C7CC1

Color information

#8C7CC1 (or 0x8C7CC1) is unknown color: approx Moody Blue. HEX triplet: 8C, 7C and C1. RGB value is (140,124,193). Sum of RGB (Red+Green+Blue) = 140+124+193=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CC1 is #73833E. Grayscale: #888888. Windows color (decimal): -7570239 or 12680332. OLE color: 12680332.

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

Color convert

RGB140124193-
CMYK0.270.3600.24
HSL253.91º35.75%62.16%-
HSV(B)253.91º35.75%75.69%-
XYZ27.6523.8453.6-
YUV136.65159.8130.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=30.63%
G=27.13%
B=42.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401241930.270.3600.24253.9135.7562.16
Hex8C7CC11B24018fe243e
Octal21417430133440303764476
Binary100011001111100110000011101110010001100011111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,124,193); }

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

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

 a { background-color: rgb(140,124,193); }

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

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

 span { border-color: rgb(140,124,193); }

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