#7D76BB

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

Shades of Moody Blue #7D76BB

Tints of Moody Blue #7D76BB

Color information

#7D76BB (or 0x7D76BB) is unknown color: approx Moody Blue. HEX triplet: 7D, 76 and BB. RGB value is (125,118,187). Sum of RGB (Red+Green+Blue) = 125+118+187=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D76BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76BB is #828944. Grayscale: #7F7F7F. Windows color (decimal): -8554821 or 12285565. OLE color: 12285565.

HSL color Cylindrical-coordinate representation of color #7D76BB: hue angle of 246.09º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D76BB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125118187-
CMYK0.330.3700.27
HSL246.09º33.66%59.8%-
HSV(B)246.09º36.9%73.33%-
XYZ23.9120.949.79-
YUV127.96161.32125.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=29.07%
G=27.44%
B=43.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251181870.330.3700.27246.0933.6659.8
Hex7D76BB212501Bf6223c
Octal17516627341450333664274
Binary111110111101101011101110000110010101101111110110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D76BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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