#7881CE

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

Shades of Moody Blue #7881CE

Tints of Moody Blue #7881CE

Color information

#7881CE (or 0x7881CE) is unknown color: approx Moody Blue. HEX triplet: 78, 81 and CE. RGB value is (120,129,206). Sum of RGB (Red+Green+Blue) = 120+129+206=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #7881CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881CE is #877E31. Grayscale: #868686. Windows color (decimal): -8879666 or 13533560. OLE color: 13533560.

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

Color convert

RGB120129206-
CMYK0.420.3700.19
HSL233.72º46.74%63.92%-
HSV(B)233.72º41.75%80.78%-
XYZ26.7424.1561.64-
YUV135.09168.02117.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=26.37%
G=28.35%
B=45.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201292060.420.3700.19233.7246.7463.92
Hex7881CE2A25013ea2f40
Octal170201316524502335257100
Binary11110001000000111001110101010100101010011111010101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7881CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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