#7B7AB0

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

Shades of Moody Blue #7B7AB0

Tints of Moody Blue #7B7AB0

Color information

#7B7AB0 (or 0x7B7AB0) is unknown color: approx Moody Blue. HEX triplet: 7B, 7A and B0. RGB value is (123,122,176). Sum of RGB (Red+Green+Blue) = 123+122+176=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 176 - color contains mainly: blue. Hex color #7B7AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7AB0 is #84854F. Grayscale: #808080. Windows color (decimal): -8684880 or 11565691. OLE color: 11565691.

HSL color Cylindrical-coordinate representation of color #7B7AB0: hue angle of 241.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B7AB0 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123122176-
CMYK0.300.3100.31
HSL241.11º25.47%58.43%-
HSV(B)241.11º30.68%69.02%-
XYZ22.9621.2643.97-
YUV128.45154.83124.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.22%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 176 (69.14% from 255) = 41.81%
R=29.22%
G=28.98%
B=41.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231221760.300.3100.31241.1125.4758.43
Hex7B7AB01E1F01Ff1193a
Octal17317226036370373613172
Binary111101111110101011000011110111110111111111000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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