#7981CD

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

Shades of Moody Blue #7981CD

Tints of Moody Blue #7981CD

Color information

#7981CD (or 0x7981CD) is unknown color: approx Moody Blue. HEX triplet: 79, 81 and CD. RGB value is (121,129,205). Sum of RGB (Red+Green+Blue) = 121+129+205=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #7981CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7981CD is #867E32. Grayscale: #868686. Windows color (decimal): -8814131 or 13468025. OLE color: 13468025.

HSL color Cylindrical-coordinate representation of color #7981CD: hue angle of 234.29º degrees, saturation: 0.46, 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 #7981CD is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121129205-
CMYK0.410.3700.20
HSL234.29º45.65%63.92%-
HSV(B)234.29º40.98%80.39%-
XYZ26.7524.1761.01-
YUV135.27167.35117.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.59%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=26.59%
G=28.35%
B=45.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211292050.410.3700.20234.2945.6563.92
Hex7981CD2925014ea2e40
Octal171201315514502435256100
Binary11110011000000111001101101001100101010100111010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7981CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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