#7077d8

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

Shades of Moody Blue #7077D8

Tints of Moody Blue #7077D8

Color information

#7077D8 (or 0x7077D8) is unknown color: approx Moody Blue. HEX triplet: 70, 77 and D8. RGB value is (112,119,216). Sum of RGB (Red+Green+Blue) = 112+119+216=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #7077D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077D8 is #8F8827. Grayscale: #7F7F7F. Windows color (decimal): -9406504 or 14186352. OLE color: 14186352.

HSL color Cylindrical-coordinate representation of color #7077D8: hue angle of 235.96º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7077D8 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112119216-
CMYK0.480.4500.15
HSL235.96º57.14%64.31%-
HSV(B)235.96º48.15%84.71%-
XYZ25.6721.667.78-
YUV127.96177.68116.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 216 (84.77% from 255) = 48.32%
R=25.06%
G=26.62%
B=48.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121192160.480.4500.15235.9657.1464.31
Hex7077D8302D0Fec3940
Octal160167330605501735471100
Binary111000011101111101100011000010110101111111011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7077d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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