#7A6BBF

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

Shades of Moody Blue #7A6BBF

Tints of Moody Blue #7A6BBF

Color information

#7A6BBF (or 0x7A6BBF) is unknown color: approx Moody Blue. HEX triplet: 7A, 6B and BF. RGB value is (122,107,191). Sum of RGB (Red+Green+Blue) = 122+107+191=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A6BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BBF is #859440. Grayscale: #787878. Windows color (decimal): -8754241 or 12544890. OLE color: 12544890.

HSL color Cylindrical-coordinate representation of color #7A6BBF: hue angle of 250.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A6BBF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122107191-
CMYK0.360.4400.25
HSL250.71º39.62%58.43%-
HSV(B)250.71º43.98%74.9%-
XYZ22.6918.4151.65-
YUV121.06167.47128.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.05%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 191 (75% from 255) = 45.48%
R=29.05%
G=25.48%
B=45.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221071910.360.4400.25250.7139.6258.43
Hex7A6BBF242C019fb283a
Octal17215327744540313735072
Binary111101011010111011111110010010110001100111111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,191); }

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

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

 a { background-color: rgb(122,107,191); }

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

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

 span { border-color: rgb(122,107,191); }

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