#7077CE

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

Shades of Moody Blue #7077CE

Tints of Moody Blue #7077CE

Color information

#7077CE (or 0x7077CE) is unknown color: approx Moody Blue. HEX triplet: 70, 77 and CE. RGB value is (112,119,206). Sum of RGB (Red+Green+Blue) = 112+119+206=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #7077CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077CE is #8F8831. Grayscale: #7E7E7E. Windows color (decimal): -9406514 or 13530992. OLE color: 13530992.

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

Color convert

RGB112119206-
CMYK0.460.4200.19
HSL235.53º48.96%62.35%-
HSV(B)235.53º45.63%80.78%-
XYZ24.4221.0961.18-
YUV126.82172.68117.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=25.63%
G=27.23%
B=47.14%

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
Decimal1121192060.460.4200.19235.5348.9662.35
Hex7077CE2E2A013ec313e
Octal16016731656520233546176
Binary111000011101111100111010111010101001001111101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7077CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7077CE; }

 p { color: rgb(112,119,206); }

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

<style>
 a { background-color: #7077CE; }

 a { background-color: rgb(112,119,206); }

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

<style>
 span { border-color: #7077CE; }

 span { border-color: rgb(112,119,206); }

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