#7B6AD5

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

Shades of Moody Blue #7B6AD5

Tints of Moody Blue #7B6AD5

Color information

#7B6AD5 (or 0x7B6AD5) is unknown color: approx Moody Blue. HEX triplet: 7B, 6A and D5. RGB value is (123,106,213). Sum of RGB (Red+Green+Blue) = 123+106+213=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B6AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6AD5 is #84952A. Grayscale: #7A7A7A. Windows color (decimal): -8688939 or 13986427. OLE color: 13986427.

HSL color Cylindrical-coordinate representation of color #7B6AD5: hue angle of 249.53º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6AD5 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB123106213-
CMYK0.420.5000.16
HSL249.53º56.02%62.55%-
HSV(B)249.53º50.23%83.53%-
XYZ25.3319.3265.35-
YUV123.28178.63127.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.83%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 213 (83.59% from 255) = 48.19%
R=27.83%
G=23.98%
B=48.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1231062130.420.5000.16249.5356.0262.55
Hex7B6AD52A32010fa383f
Octal17315232552620203727077
Binary111101111010101101010110101011001001000011111010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,106,213); }

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

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

 a { background-color: rgb(123,106,213); }

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

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

 span { border-color: rgb(123,106,213); }

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