#7A76BB

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

Shades of Moody Blue #7A76BB

Tints of Moody Blue #7A76BB

Color information

#7A76BB (or 0x7A76BB) is unknown color: approx Moody Blue. HEX triplet: 7A, 76 and BB. RGB value is (122,118,187). Sum of RGB (Red+Green+Blue) = 122+118+187=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A76BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76BB is #858944. Grayscale: #7E7E7E. Windows color (decimal): -8751429 or 12285562. OLE color: 12285562.

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

Color convert

RGB122118187-
CMYK0.350.3700.27
HSL243.48º33.66%59.8%-
HSV(B)243.48º36.9%73.33%-
XYZ23.4720.6849.77-
YUV127.06161.83124.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.57%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 187 (73.44% from 255) = 43.79%
R=28.57%
G=27.63%
B=43.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221181870.350.3700.27243.4833.6659.8
Hex7A76BB232501Bf3223c
Octal17216627343450333634274
Binary111101011101101011101110001110010101101111110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A76BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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