#7B6BBF

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

Shades of Moody Blue #7B6BBF

Tints of Moody Blue #7B6BBF

Color information

#7B6BBF (or 0x7B6BBF) is unknown color: approx Moody Blue. HEX triplet: 7B, 6B and BF. RGB value is (123,107,191). Sum of RGB (Red+Green+Blue) = 123+107+191=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B6BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BBF is #849440. Grayscale: #797979. Windows color (decimal): -8688705 or 12544891. OLE color: 12544891.

HSL color Cylindrical-coordinate representation of color #7B6BBF: hue angle of 251.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B6BBF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123107191-
CMYK0.360.4400.25
HSL251.43º39.62%58.43%-
HSV(B)251.43º43.98%74.9%-
XYZ22.8318.4951.66-
YUV121.36167.3129.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.22%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 191 (75% from 255) = 45.37%
R=29.22%
G=25.42%
B=45.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231071910.360.4400.25251.4339.6258.43
Hex7B6BBF242C019fb283a
Octal17315327744540313735072
Binary111101111010111011111110010010110001100111111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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