#7A7DCF

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

Shades of Moody Blue #7A7DCF

Tints of Moody Blue #7A7DCF

Color information

#7A7DCF (or 0x7A7DCF) is unknown color: approx Moody Blue. HEX triplet: 7A, 7D and CF. RGB value is (122,125,207). Sum of RGB (Red+Green+Blue) = 122+125+207=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A7DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DCF is #858230. Grayscale: #858585. Windows color (decimal): -8749617 or 13598074. OLE color: 13598074.

HSL color Cylindrical-coordinate representation of color #7A7DCF: hue angle of 237.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A7DCF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122125207-
CMYK0.410.4000.19
HSL237.88º46.96%64.51%-
HSV(B)237.88º41.06%81.18%-
XYZ26.6223.3162.13-
YUV133.45169.51119.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.87%
GREEN value IS 125 (49.22% from 255) = 27.53%
BLUE value IS 207 (81.25% from 255) = 45.59%
R=26.87%
G=27.53%
B=45.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221252070.410.4000.19237.8846.9664.51
Hex7A7DCF2928013ee2f41
Octal172175317515002335657101
Binary1111010111110111001111101001101000010011111011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,125,207); }

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

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

 a { background-color: rgb(122,125,207); }

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

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

 span { border-color: rgb(122,125,207); }

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