#7C79CB

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

Shades of Moody Blue #7C79CB

Tints of Moody Blue #7C79CB

Color information

#7C79CB (or 0x7C79CB) is unknown color: approx Moody Blue. HEX triplet: 7C, 79 and CB. RGB value is (124,121,203). Sum of RGB (Red+Green+Blue) = 124+121+203=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C79CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79CB is #838634. Grayscale: #828282. Windows color (decimal): -8619573 or 13334908. OLE color: 13334908.

HSL color Cylindrical-coordinate representation of color #7C79CB: hue angle of 242.2º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C79CB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124121203-
CMYK0.390.4000.20
HSL242.2º44.09%63.53%-
HSV(B)242.2º40.39%79.61%-
XYZ25.9322.2759.43-
YUV131.24168.49122.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.68%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=27.68%
G=27.01%
B=45.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241212030.390.4000.20242.244.0963.53
Hex7C79CB2728014f22c40
Octal174171313475002436254100
Binary1111100111100111001011100111101000010100111100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,203); }

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

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

 a { background-color: rgb(124,121,203); }

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

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

 span { border-color: rgb(124,121,203); }

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