#7A7FC7

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

Shades of Moody Blue #7A7FC7

Tints of Moody Blue #7A7FC7

Color information

#7A7FC7 (or 0x7A7FC7) is unknown color: approx Moody Blue. HEX triplet: 7A, 7F and C7. RGB value is (122,127,199). Sum of RGB (Red+Green+Blue) = 122+127+199=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #7A7FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FC7 is #858038. Grayscale: #858585. Windows color (decimal): -8749113 or 13074298. OLE color: 13074298.

HSL color Cylindrical-coordinate representation of color #7A7FC7: hue angle of 236.1º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A7FC7 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122127199-
CMYK0.390.3600.22
HSL236.1º40.74%62.94%-
HSV(B)236.1º38.69%78.04%-
XYZ25.9223.4457.19-
YUV133.71164.84119.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 199 (78.12% from 255) = 44.42%
R=27.23%
G=28.35%
B=44.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221271990.390.3600.22236.140.7462.94
Hex7A7FC72724016ec293f
Octal17217730747440263545177
Binary111101011111111100011110011110010001011011101100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,127,199); }

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

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

 a { background-color: rgb(122,127,199); }

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

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

 span { border-color: rgb(122,127,199); }

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