#7A6EBD

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

Shades of Moody Blue #7A6EBD

Tints of Moody Blue #7A6EBD

Color information

#7A6EBD (or 0x7A6EBD) is unknown color: approx Moody Blue. HEX triplet: 7A, 6E and BD. RGB value is (122,110,189). Sum of RGB (Red+Green+Blue) = 122+110+189=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EBD is #859142. Grayscale: #7A7A7A. Windows color (decimal): -8753475 or 12414586. OLE color: 12414586.

HSL color Cylindrical-coordinate representation of color #7A6EBD: hue angle of 249.11º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A6EBD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122110189-
CMYK0.350.4200.26
HSL249.11º37.44%58.63%-
HSV(B)249.11º41.8%74.12%-
XYZ22.7918.9650.6-
YUV122.59165.48127.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.98%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 189 (74.22% from 255) = 44.89%
R=28.98%
G=26.13%
B=44.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221101890.350.4200.26249.1137.4458.63
Hex7A6EBD232A01Af9253b
Octal17215627543520323714573
Binary111101011011101011110110001110101001101011111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,189); }

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

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

 a { background-color: rgb(122,110,189); }

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

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

 span { border-color: rgb(122,110,189); }

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