#7A83D1

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

Shades of Moody Blue #7A83D1

Tints of Moody Blue #7A83D1

Color information

#7A83D1 (or 0x7A83D1) is unknown color: approx Moody Blue. HEX triplet: 7A, 83 and D1. RGB value is (122,131,209). Sum of RGB (Red+Green+Blue) = 122+131+209=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A83D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83D1 is #857C2E. Grayscale: #888888. Windows color (decimal): -8748079 or 13730682. OLE color: 13730682.

HSL color Cylindrical-coordinate representation of color #7A83D1: hue angle of 233.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A83D1 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122131209-
CMYK0.420.3700.18
HSL233.79º48.6%64.9%-
HSV(B)233.79º41.63%81.96%-
XYZ27.6524.9763.68-
YUV137.2168.52117.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.41%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=26.41%
G=28.35%
B=45.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221312090.420.3700.18233.7948.664.9
Hex7A83D12A25012ea3141
Octal172203321524502235261101
Binary11110101000001111010001101010100101010010111010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A83D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,131,209); }

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

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

 a { background-color: rgb(122,131,209); }

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

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

 span { border-color: rgb(122,131,209); }

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