#7079CF

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

Shades of Moody Blue #7079CF

Tints of Moody Blue #7079CF

Color information

#7079CF (or 0x7079CF) is unknown color: approx Moody Blue. HEX triplet: 70, 79 and CF. RGB value is (112,121,207). Sum of RGB (Red+Green+Blue) = 112+121+207=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7079CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079CF is #8F8630. Grayscale: #7F7F7F. Windows color (decimal): -9406001 or 13597040. OLE color: 13597040.

HSL color Cylindrical-coordinate representation of color #7079CF: hue angle of 234.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7079CF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112121207-
CMYK0.460.4200.19
HSL234.32º49.74%62.55%-
HSV(B)234.32º45.89%81.18%-
XYZ24.7821.6261.9-
YUV128.11172.52116.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=25.45%
G=27.5%
B=47.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121212070.460.4200.19234.3249.7462.55
Hex7079CF2E2A013ea323f
Octal16017131756520233526277
Binary111000011110011100111110111010101001001111101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7079CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7079CF; }

 p { color: rgb(112,121,207); }

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

<style>
 a { background-color: #7079CF; }

 a { background-color: rgb(112,121,207); }

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

<style>
 span { border-color: #7079CF; }

 span { border-color: rgb(112,121,207); }

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