#7B6DC9

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

Shades of Moody Blue #7B6DC9

Tints of Moody Blue #7B6DC9

Color information

#7B6DC9 (or 0x7B6DC9) is unknown color: approx Moody Blue. HEX triplet: 7B, 6D and C9. RGB value is (123,109,201). Sum of RGB (Red+Green+Blue) = 123+109+201=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B6DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DC9 is #849236. Grayscale: #7B7B7B. Windows color (decimal): -8688183 or 13200763. OLE color: 13200763.

HSL color Cylindrical-coordinate representation of color #7B6DC9: hue angle of 249.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B6DC9 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123109201-
CMYK0.390.4600.21
HSL249.13º46%60.78%-
HSV(B)249.13º45.77%78.82%-
XYZ24.1819.3757.72-
YUV123.67171.64127.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.41%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 201 (78.91% from 255) = 46.42%
R=28.41%
G=25.17%
B=46.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231092010.390.4600.21249.134660.78
Hex7B6DC9272E015f92e3d
Octal17315531147560253715675
Binary111101111011011100100110011110111001010111111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,109,201); }

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

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

 a { background-color: rgb(123,109,201); }

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

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

 span { border-color: rgb(123,109,201); }

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