#7A7EDF

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

Shades of Moody Blue #7A7EDF

Tints of Moody Blue #7A7EDF

Color information

#7A7EDF (or 0x7A7EDF) is unknown color: approx Moody Blue. HEX triplet: 7A, 7E and DF. RGB value is (122,126,223). Sum of RGB (Red+Green+Blue) = 122+126+223=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A7EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EDF is #858120. Grayscale: #878787. Windows color (decimal): -8749345 or 14646906. OLE color: 14646906.

HSL color Cylindrical-coordinate representation of color #7A7EDF: hue angle of 237.62º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7EDF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122126223-
CMYK0.450.4300.13
HSL237.62º61.21%67.65%-
HSV(B)237.62º45.29%87.45%-
XYZ28.8124.3973-
YUV135.86177.17118.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.90%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=25.90%
G=26.75%
B=47.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221262230.450.4300.13237.6261.2167.65
Hex7A7EDF2D2B0Dee3d44
Octal172176337555301535675104
Binary111101011111101101111110110110101101101111011101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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