#7E74BE

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

Shades of Moody Blue #7E74BE

Tints of Moody Blue #7E74BE

Color information

#7E74BE (or 0x7E74BE) is unknown color: approx Moody Blue. HEX triplet: 7E, 74 and BE. RGB value is (126,116,190). Sum of RGB (Red+Green+Blue) = 126+116+190=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E74BE is #818B41. Grayscale: #7F7F7F. Windows color (decimal): -8489794 or 12481662. OLE color: 12481662.

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

Color convert

RGB126116190-
CMYK0.340.3900.25
HSL248.11º36.27%60%-
HSV(B)248.11º38.95%74.51%-
XYZ24.1420.6451.43-
YUV127.43163.31126.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.17%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=29.17%
G=26.85%
B=43.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261161900.340.3900.25248.1136.2760
Hex7E74BE2227019f8243c
Octal17616427642470313704474
Binary111111011101001011111010001010011101100111111000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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