#7981CC

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

Shades of Moody Blue #7981CC

Tints of Moody Blue #7981CC

Color information

#7981CC (or 0x7981CC) is unknown color: approx Moody Blue. HEX triplet: 79, 81 and CC. RGB value is (121,129,204). Sum of RGB (Red+Green+Blue) = 121+129+204=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #7981CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7981CC is #867E33. Grayscale: #868686. Windows color (decimal): -8814132 or 13402489. OLE color: 13402489.

HSL color Cylindrical-coordinate representation of color #7981CC: hue angle of 234.22º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7981CC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121129204-
CMYK0.410.3700.2
HSL234.22º44.86%63.73%-
HSV(B)234.22º40.69%80%-
XYZ26.6324.1360.38-
YUV135.16166.85117.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=26.65%
G=28.41%
B=44.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211292040.410.3700.2234.2244.8663.73
Hex7981CC2925014ea2d40
Octal171201314514502435255100
Binary11110011000000111001100101001100101010100111010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7981CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7981CC; }

 p { color: rgb(121,129,204); }

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

<style>
 a { background-color: #7981CC; }

 a { background-color: rgb(121,129,204); }

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

<style>
 span { border-color: #7981CC; }

 span { border-color: rgb(121,129,204); }

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