#7c81cf

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

Shades of Moody Blue #7C81CF

Tints of Moody Blue #7C81CF

Color information

#7C81CF (or 0x7C81CF) is unknown color: approx Moody Blue. HEX triplet: 7C, 81 and CF. RGB value is (124,129,207). Sum of RGB (Red+Green+Blue) = 124+129+207=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C81CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81CF is #837E30. Grayscale: #888888. Windows color (decimal): -8617521 or 13599100. OLE color: 13599100.

HSL color Cylindrical-coordinate representation of color #7C81CF: hue angle of 236.39º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C81CF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124129207-
CMYK0.400.3800.19
HSL236.39º46.37%64.9%-
HSV(B)236.39º40.1%81.18%-
XYZ27.4224.4962.31-
YUV136.4167.84119.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.96%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 207 (81.25% from 255) = 45%
R=26.96%
G=28.04%
B=45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241292070.400.3800.19236.3946.3764.9
Hex7C81CF2826013ec2e41
Octal174201317504602335456101
Binary11111001000000111001111101000100110010011111011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c81cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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