#7F76BA

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

Shades of Moody Blue #7F76BA

Tints of Moody Blue #7F76BA

Color information

#7F76BA (or 0x7F76BA) is unknown color: approx Moody Blue. HEX triplet: 7F, 76 and BA. RGB value is (127,118,186). Sum of RGB (Red+Green+Blue) = 127+118+186=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F76BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76BA is #808945. Grayscale: #808080. Windows color (decimal): -8423750 or 12220031. OLE color: 12220031.

HSL color Cylindrical-coordinate representation of color #7F76BA: hue angle of 247.94º degrees, saturation: 0.33, 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 #7F76BA is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127118186-
CMYK0.320.3700.27
HSL247.94º33.01%59.61%-
HSV(B)247.94º36.56%72.94%-
XYZ24.0921.0149.24-
YUV128.44160.48126.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.47%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=29.47%
G=27.38%
B=43.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271181860.320.3700.27247.9433.0159.61
Hex7F76BA202501Bf8213c
Octal17716627240450333704174
Binary111111111101101011101010000010010101101111111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,118,186); }

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

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

 a { background-color: rgb(127,118,186); }

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

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

 span { border-color: rgb(127,118,186); }

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