#7c81d9

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

Shades of Moody Blue #7C81D9

Tints of Moody Blue #7C81D9

Color information

#7C81D9 (or 0x7C81D9) is unknown color: approx Moody Blue. HEX triplet: 7C, 81 and D9. RGB value is (124,129,217). Sum of RGB (Red+Green+Blue) = 124+129+217=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #7C81D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81D9 is #837E26. Grayscale: #898989. Windows color (decimal): -8617511 or 14254460. OLE color: 14254460.

HSL color Cylindrical-coordinate representation of color #7C81D9: hue angle of 236.77º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C81D9 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124129217-
CMYK0.430.4100.15
HSL236.77º55.03%66.86%-
HSV(B)236.77º42.86%85.1%-
XYZ28.692568.96-
YUV137.54172.84118.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 217 (85.16% from 255) = 46.17%
R=26.38%
G=27.45%
B=46.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241292170.430.4100.15236.7755.0366.86
Hex7C81D92B290Fed3743
Octal174201331535101735567103
Binary1111100100000011101100110101110100101111111011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c81d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7c81d9; }

 p { color: rgb(124,129,217); }

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

<style>
 a { background-color: #7c81d9; }

 a { background-color: rgb(124,129,217); }

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

<style>
 span { border-color: #7c81d9; }

 span { border-color: rgb(124,129,217); }

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