#7c79ce

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

Shades of Moody Blue #7C79CE

Tints of Moody Blue #7C79CE

Color information

#7C79CE (or 0x7C79CE) is unknown color: approx Moody Blue. HEX triplet: 7C, 79 and CE. RGB value is (124,121,206). Sum of RGB (Red+Green+Blue) = 124+121+206=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C79CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79CE is #838631. Grayscale: #838383. Windows color (decimal): -8619570 or 13531516. OLE color: 13531516.

HSL color Cylindrical-coordinate representation of color #7C79CE: hue angle of 242.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C79CE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124121206-
CMYK0.400.4100.19
HSL242.12º46.45%64.12%-
HSV(B)242.12º41.26%80.78%-
XYZ26.2922.4261.33-
YUV131.59169.99122.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.49%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=27.49%
G=26.83%
B=45.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241212060.400.4100.19242.1246.4564.12
Hex7C79CE2829013f22e40
Octal174171316505102336256100
Binary1111100111100111001110101000101001010011111100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c79ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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