#7B6FBE

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

Shades of Moody Blue #7B6FBE

Tints of Moody Blue #7B6FBE

Color information

#7B6FBE (or 0x7B6FBE) is unknown color: approx Moody Blue. HEX triplet: 7B, 6F and BE. RGB value is (123,111,190). Sum of RGB (Red+Green+Blue) = 123+111+190=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FBE is #849041. Grayscale: #7B7B7B. Windows color (decimal): -8687682 or 12480379. OLE color: 12480379.

HSL color Cylindrical-coordinate representation of color #7B6FBE: hue angle of 249.11º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6FBE is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123111190-
CMYK0.350.4200.25
HSL249.11º37.8%59.02%-
HSV(B)249.11º41.58%74.51%-
XYZ23.1519.351.22-
YUV123.59165.48127.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.01%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=29.01%
G=26.18%
B=44.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231111900.350.4200.25249.1137.859.02
Hex7B6FBE232A019f9263b
Octal17315727643520313714673
Binary111101111011111011111010001110101001100111111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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