#7E7ABE

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

Shades of Moody Blue #7E7ABE

Tints of Moody Blue #7E7ABE

Color information

#7E7ABE (or 0x7E7ABE) is unknown color: approx Moody Blue. HEX triplet: 7E, 7A and BE. RGB value is (126,122,190). Sum of RGB (Red+Green+Blue) = 126+122+190=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E7ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7ABE is #818541. Grayscale: #828282. Windows color (decimal): -8488258 or 12483198. OLE color: 12483198.

HSL color Cylindrical-coordinate representation of color #7E7ABE: hue angle of 243.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E7ABE is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126122190-
CMYK0.340.3600.25
HSL243.53º34.34%61.18%-
HSV(B)243.53º35.79%74.51%-
XYZ24.8622.0751.67-
YUV130.95161.33124.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.77%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=28.77%
G=27.85%
B=43.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261221900.340.3600.25243.5334.3461.18
Hex7E7ABE2224019f4223d
Octal17617227642440313644275
Binary111111011110101011111010001010010001100111110100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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