#7d76b9

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

Shades of Moody Blue #7D76B9

Tints of Moody Blue #7D76B9

Color information

#7D76B9 (or 0x7D76B9) is unknown color: approx Moody Blue. HEX triplet: 7D, 76 and B9. RGB value is (125,118,185). Sum of RGB (Red+Green+Blue) = 125+118+185=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D76B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76B9 is #828946. Grayscale: #7F7F7F. Windows color (decimal): -8554823 or 12154493. OLE color: 12154493.

HSL color Cylindrical-coordinate representation of color #7D76B9: hue angle of 246.27º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D76B9 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125118185-
CMYK0.320.3600.27
HSL246.27º32.37%59.41%-
HSV(B)246.27º36.22%72.55%-
XYZ23.6920.8248.67-
YUV127.73160.32126.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.21%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=29.21%
G=27.57%
B=43.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251181850.320.3600.27246.2732.3759.41
Hex7D76B9202401Bf6203b
Octal17516627140440333664073
Binary111110111101101011100110000010010001101111110110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d76b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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