#7E80CA

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

Shades of Moody Blue #7E80CA

Tints of Moody Blue #7E80CA

Color information

#7E80CA (or 0x7E80CA) is unknown color: approx Moody Blue. HEX triplet: 7E, 80 and CA. RGB value is (126,128,202). Sum of RGB (Red+Green+Blue) = 126+128+202=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E80CA is #817F35. Grayscale: #878787. Windows color (decimal): -8486710 or 13271166. OLE color: 13271166.

HSL color Cylindrical-coordinate representation of color #7E80CA: hue angle of 238.42º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E80CA is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126128202-
CMYK0.380.3700.21
HSL238.42º41.76%64.31%-
HSV(B)238.42º37.62%79.22%-
XYZ26.9824.1459.11-
YUV135.84165.34120.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=27.63%
G=28.07%
B=44.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261282020.380.3700.21238.4241.7664.31
Hex7E80CA2625015ee2a40
Octal176200312464502535652100
Binary11111101000000011001010100110100101010101111011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,128,202); }

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

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

 a { background-color: rgb(126,128,202); }

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

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

 span { border-color: rgb(126,128,202); }

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