#7D76C1

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

Shades of Moody Blue #7D76C1

Tints of Moody Blue #7D76C1

Color information

#7D76C1 (or 0x7D76C1) is unknown color: approx Moody Blue. HEX triplet: 7D, 76 and C1. RGB value is (125,118,193). Sum of RGB (Red+Green+Blue) = 125+118+193=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D76C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76C1 is #82893E. Grayscale: #808080. Windows color (decimal): -8554815 or 12678781. OLE color: 12678781.

HSL color Cylindrical-coordinate representation of color #7D76C1: hue angle of 245.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D76C1 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125118193-
CMYK0.350.3900.24
HSL245.6º37.69%60.98%-
HSV(B)245.6º38.86%75.69%-
XYZ24.5621.1753.24-
YUV128.64164.32125.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=28.67%
G=27.06%
B=44.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251181930.350.3900.24245.637.6960.98
Hex7D76C12327018f6263d
Octal17516630143470303664675
Binary111110111101101100000110001110011101100011110110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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