#7981CE

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

Shades of Moody Blue #7981CE

Tints of Moody Blue #7981CE

Color information

#7981CE (or 0x7981CE) is unknown color: approx Moody Blue. HEX triplet: 79, 81 and CE. RGB value is (121,129,206). Sum of RGB (Red+Green+Blue) = 121+129+206=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7981CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7981CE is #867E31. Grayscale: #878787. Windows color (decimal): -8814130 or 13533561. OLE color: 13533561.

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

Color convert

RGB121129206-
CMYK0.410.3700.19
HSL234.35º46.45%64.12%-
HSV(B)234.35º41.26%80.78%-
XYZ26.8824.2261.65-
YUV135.39167.85117.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=26.54%
G=28.29%
B=45.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211292060.410.3700.19234.3546.4564.12
Hex7981CE2925013ea2e40
Octal171201316514502335256100
Binary11110011000000111001110101001100101010011111010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7981CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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