#7E7ACA

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

Shades of Moody Blue #7E7ACA

Tints of Moody Blue #7E7ACA

Color information

#7E7ACA (or 0x7E7ACA) is unknown color: approx Moody Blue. HEX triplet: 7E, 7A and CA. RGB value is (126,122,202). Sum of RGB (Red+Green+Blue) = 126+122+202=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E7ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7ACA is #818535. Grayscale: #848484. Windows color (decimal): -8488246 or 13269630. OLE color: 13269630.

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

Color convert

RGB126122202-
CMYK0.380.4000.21
HSL243º43.01%63.53%-
HSV(B)243º39.6%79.22%-
XYZ26.2222.6258.86-
YUV132.32167.33123.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=28%
G=27.11%
B=44.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261222020.380.4000.2124343.0163.53
Hex7E7ACA2628015f32b40
Octal176172312465002536353100
Binary1111110111101011001010100110101000010101111100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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