#7A6DCE

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

Shades of Moody Blue #7A6DCE

Tints of Moody Blue #7A6DCE

Color information

#7A6DCE (or 0x7A6DCE) is unknown color: approx Moody Blue. HEX triplet: 7A, 6D and CE. RGB value is (122,109,206). Sum of RGB (Red+Green+Blue) = 122+109+206=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A6DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DCE is #859231. Grayscale: #7B7B7B. Windows color (decimal): -8753714 or 13528442. OLE color: 13528442.

HSL color Cylindrical-coordinate representation of color #7A6DCE: hue angle of 248.04º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A6DCE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122109206-
CMYK0.410.4700.19
HSL248.04º49.74%61.76%-
HSV(B)248.04º47.09%80.78%-
XYZ24.6419.5360.86-
YUV123.94174.31126.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=27.92%
G=24.94%
B=47.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221092060.410.4700.19248.0449.7461.76
Hex7A6DCE292F013f8323e
Octal17215531651570233706276
Binary111101011011011100111010100110111101001111111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,109,206); }

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

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

 a { background-color: rgb(122,109,206); }

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

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

 span { border-color: rgb(122,109,206); }

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