#7A6FCE

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

Shades of Moody Blue #7A6FCE

Tints of Moody Blue #7A6FCE

Color information

#7A6FCE (or 0x7A6FCE) is unknown color: approx Moody Blue. HEX triplet: 7A, 6F and CE. RGB value is (122,111,206). Sum of RGB (Red+Green+Blue) = 122+111+206=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A6FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FCE is #859031. Grayscale: #7C7C7C. Windows color (decimal): -8753202 or 13528954. OLE color: 13528954.

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

Color convert

RGB122111206-
CMYK0.410.4600.19
HSL246.95º49.22%62.16%-
HSV(B)246.95º46.12%80.78%-
XYZ24.8519.9660.94-
YUV125.12173.64125.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=27.79%
G=25.28%
B=46.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221112060.410.4600.19246.9549.2262.16
Hex7A6FCE292E013f7313e
Octal17215731651560233676176
Binary111101011011111100111010100110111001001111110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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