#7E7AC3

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

Shades of Moody Blue #7E7AC3

Tints of Moody Blue #7E7AC3

Color information

#7E7AC3 (or 0x7E7AC3) is unknown color: approx Moody Blue. HEX triplet: 7E, 7A and C3. RGB value is (126,122,195). Sum of RGB (Red+Green+Blue) = 126+122+195=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #7E7AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7AC3 is #81853C. Grayscale: #838383. Windows color (decimal): -8488253 or 12810878. OLE color: 12810878.

HSL color Cylindrical-coordinate representation of color #7E7AC3: hue angle of 243.29º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E7AC3 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126122195-
CMYK0.350.3700.24
HSL243.29º37.82%62.16%-
HSV(B)243.29º37.44%76.47%-
XYZ25.4122.2954.59-
YUV131.52163.83124.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.44%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 195 (76.56% from 255) = 44.02%
R=28.44%
G=27.54%
B=44.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261221950.350.3700.24243.2937.8262.16
Hex7E7AC32325018f3263e
Octal17617230343450303634676
Binary111111011110101100001110001110010101100011110011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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