#7F79D0

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

Shades of Moody Blue #7F79D0

Tints of Moody Blue #7F79D0

Color information

#7F79D0 (or 0x7F79D0) is unknown color: approx Moody Blue. HEX triplet: 7F, 79 and D0. RGB value is (127,121,208). Sum of RGB (Red+Green+Blue) = 127+121+208=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F79D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F79D0 is #80862F. Grayscale: #848484. Windows color (decimal): -8422960 or 13662591. OLE color: 13662591.

HSL color Cylindrical-coordinate representation of color #7F79D0: hue angle of 244.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F79D0 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127121208-
CMYK0.390.4200.18
HSL244.14º48.07%64.51%-
HSV(B)244.14º41.83%81.57%-
XYZ26.9722.7462.64-
YUV132.71170.49123.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.85%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 208 (81.64% from 255) = 45.61%
R=27.85%
G=26.54%
B=45.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271212080.390.4200.18244.1448.0764.51
Hex7F79D0272A012f43041
Octal177171320475202236460101
Binary1111111111100111010000100111101010010010111101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,121,208); }

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

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

 a { background-color: rgb(127,121,208); }

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

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

 span { border-color: rgb(127,121,208); }

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