#7B7AD3

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

Shades of Moody Blue #7B7AD3

Tints of Moody Blue #7B7AD3

Color information

#7B7AD3 (or 0x7B7AD3) is unknown color: approx Moody Blue. HEX triplet: 7B, 7A and D3. RGB value is (123,122,211). Sum of RGB (Red+Green+Blue) = 123+122+211=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #7B7AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7AD3 is #84852C. Grayscale: #848484. Windows color (decimal): -8684845 or 13859451. OLE color: 13859451.

HSL color Cylindrical-coordinate representation of color #7B7AD3: hue angle of 240.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B7AD3 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB123122211-
CMYK0.420.4200.17
HSL240.67º50.28%65.29%-
HSV(B)240.67º42.18%82.75%-
XYZ26.8922.8364.62-
YUV132.44172.33121.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.97%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 211 (82.81% from 255) = 46.27%
R=26.97%
G=26.75%
B=46.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1231222110.420.4200.17240.6750.2865.29
Hex7B7AD32A2A011f13241
Octal173172323525202136162101
Binary1111011111101011010011101010101010010001111100011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,122,211); }

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

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

 a { background-color: rgb(123,122,211); }

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

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

 span { border-color: rgb(123,122,211); }

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