#7E74CC

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

Shades of Moody Blue #7E74CC

Tints of Moody Blue #7E74CC

Color information

#7E74CC (or 0x7E74CC) is unknown color: approx Moody Blue. HEX triplet: 7E, 74 and CC. RGB value is (126,116,204). Sum of RGB (Red+Green+Blue) = 126+116+204=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E74CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E74CC is #818B33. Grayscale: #808080. Windows color (decimal): -8489780 or 13399166. OLE color: 13399166.

HSL color Cylindrical-coordinate representation of color #7E74CC: hue angle of 246.82º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E74CC is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB126116204-
CMYK0.380.4300.2
HSL246.82º46.32%62.75%-
HSV(B)246.82º43.14%80%-
XYZ25.7521.2959.88-
YUV129.02170.31125.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.25%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=28.25%
G=26.01%
B=45.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1261162040.380.4300.2246.8246.3262.75
Hex7E74CC262B014f72e3f
Octal17616431446530243675677
Binary111111011101001100110010011010101101010011110111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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