#7A80DB

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

Shades of Moody Blue #7A80DB

Tints of Moody Blue #7A80DB

Color information

#7A80DB (or 0x7A80DB) is unknown color: approx Moody Blue. HEX triplet: 7A, 80 and DB. RGB value is (122,128,219). Sum of RGB (Red+Green+Blue) = 122+128+219=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A80DB is #857F24. Grayscale: #888888. Windows color (decimal): -8748837 or 14385274. OLE color: 14385274.

HSL color Cylindrical-coordinate representation of color #7A80DB: hue angle of 236.29º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A80DB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122128219-
CMYK0.440.4200.14
HSL236.29º57.4%66.86%-
HSV(B)236.29º44.29%85.88%-
XYZ28.5324.6970.28-
YUV136.58174.51117.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 219 (85.94% from 255) = 46.70%
R=26.01%
G=27.29%
B=46.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221282190.440.4200.14236.2957.466.86
Hex7A80DB2C2A0Eec3943
Octal172200333545201635471103
Binary1111010100000001101101110110010101001110111011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A80DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,128,219); }

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

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

 a { background-color: rgb(122,128,219); }

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

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

 span { border-color: rgb(122,128,219); }

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