#7A7BBB

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

Shades of Moody Blue #7A7BBB

Tints of Moody Blue #7A7BBB

Color information

#7A7BBB (or 0x7A7BBB) is unknown color: approx Moody Blue. HEX triplet: 7A, 7B and BB. RGB value is (122,123,187). Sum of RGB (Red+Green+Blue) = 122+123+187=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A7BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BBB is #858444. Grayscale: #818181. Windows color (decimal): -8750149 or 12286842. OLE color: 12286842.

HSL color Cylindrical-coordinate representation of color #7A7BBB: hue angle of 239.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A7BBB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122123187-
CMYK0.350.3400.27
HSL239.08º32.34%60.59%-
HSV(B)239.08º34.76%73.33%-
XYZ24.0821.8949.97-
YUV130160.17122.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.24%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=28.24%
G=28.47%
B=43.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221231870.350.3400.27239.0832.3460.59
Hex7A7BBB232201Bef203d
Octal17217327343420333574075
Binary111101011110111011101110001110001001101111101111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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