#7B6BB7

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

Shades of Moody Blue #7B6BB7

Tints of Moody Blue #7B6BB7

Color information

#7B6BB7 (or 0x7B6BB7) is unknown color: approx Moody Blue. HEX triplet: 7B, 6B and B7. RGB value is (123,107,183). Sum of RGB (Red+Green+Blue) = 123+107+183=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #7B6BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BB7 is #849448. Grayscale: #787878. Windows color (decimal): -8688713 or 12020603. OLE color: 12020603.

HSL color Cylindrical-coordinate representation of color #7B6BB7: hue angle of 252.63º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6BB7 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB123107183-
CMYK0.330.4200.28
HSL252.63º34.55%56.86%-
HSV(B)252.63º41.53%71.76%-
XYZ21.9718.1547.14-
YUV120.45163.3129.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=29.78%
G=25.91%
B=44.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1231071830.330.4200.28252.6334.5556.86
Hex7B6BB7212A01Cfd2339
Octal17315326741520343754371
Binary111101111010111011011110000110101001110011111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,107,183); }

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

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

 a { background-color: rgb(123,107,183); }

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

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

 span { border-color: rgb(123,107,183); }

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