#7D76CC

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

Shades of Moody Blue #7D76CC

Tints of Moody Blue #7D76CC

Color information

#7D76CC (or 0x7D76CC) is unknown color: approx Moody Blue. HEX triplet: 7D, 76 and CC. RGB value is (125,118,204). Sum of RGB (Red+Green+Blue) = 125+118+204=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D76CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76CC is #828933. Grayscale: #818181. Windows color (decimal): -8554804 or 13399677. OLE color: 13399677.

HSL color Cylindrical-coordinate representation of color #7D76CC: hue angle of 244.88º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D76CC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB125118204-
CMYK0.390.4200.2
HSL244.88º45.74%63.14%-
HSV(B)244.88º42.16%80%-
XYZ25.8321.6859.95-
YUV129.9169.82124.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=27.96%
G=26.40%
B=45.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251182040.390.4200.2244.8845.7463.14
Hex7D76CC272A014f52e3f
Octal17516631447520243655677
Binary111110111101101100110010011110101001010011110101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D76CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,118,204); }

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

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

 a { background-color: rgb(125,118,204); }

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

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

 span { border-color: rgb(125,118,204); }

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