#7B6FBA

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

Shades of Moody Blue #7B6FBA

Tints of Moody Blue #7B6FBA

Color information

#7B6FBA (or 0x7B6FBA) is unknown color: approx Moody Blue. HEX triplet: 7B, 6F and BA. RGB value is (123,111,186). Sum of RGB (Red+Green+Blue) = 123+111+186=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B6FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FBA is #849045. Grayscale: #7A7A7A. Windows color (decimal): -8687686 or 12218235. OLE color: 12218235.

HSL color Cylindrical-coordinate representation of color #7B6FBA: hue angle of 249.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B6FBA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123111186-
CMYK0.340.4000.27
HSL249.6º35.21%58.24%-
HSV(B)249.6º40.32%72.94%-
XYZ22.7219.1348.95-
YUV123.14163.48127.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.29%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=29.29%
G=26.43%
B=44.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231111860.340.4000.27249.635.2158.24
Hex7B6FBA222801Bfa233a
Octal17315727242500333724372
Binary111101111011111011101010001010100001101111111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,186); }

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

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

 a { background-color: rgb(123,111,186); }

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

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

 span { border-color: rgb(123,111,186); }

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