#7B79AF

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

Shades of Moody Blue #7B79AF

Tints of Moody Blue #7B79AF

Color information

#7B79AF (or 0x7B79AF) is unknown color: approx Moody Blue. HEX triplet: 7B, 79 and AF. RGB value is (123,121,175). Sum of RGB (Red+Green+Blue) = 123+121+175=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B79AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B79AF is #848650. Grayscale: #7F7F7F. Windows color (decimal): -8685137 or 11499899. OLE color: 11499899.

HSL color Cylindrical-coordinate representation of color #7B79AF: hue angle of 242.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B79AF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123121175-
CMYK0.300.3100.31
HSL242.22º25.23%58.04%-
HSV(B)242.22º30.86%68.63%-
XYZ22.7420.9843.41-
YUV127.75154.66124.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=29.36%
G=28.88%
B=41.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231211750.300.3100.31242.2225.2358.04
Hex7B79AF1E1F01Ff2193a
Octal17317125736370373623172
Binary111101111110011010111111110111110111111111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,121,175); }

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

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

 a { background-color: rgb(123,121,175); }

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

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

 span { border-color: rgb(123,121,175); }

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