#7B71B6

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

Shades of Moody Blue #7B71B6

Tints of Moody Blue #7B71B6

Color information

#7B71B6 (or 0x7B71B6) is unknown color: approx Moody Blue. HEX triplet: 7B, 71 and B6. RGB value is (123,113,182). Sum of RGB (Red+Green+Blue) = 123+113+182=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B71B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B71B6 is #848E49. Grayscale: #7B7B7B. Windows color (decimal): -8687178 or 11956603. OLE color: 11956603.

HSL color Cylindrical-coordinate representation of color #7B71B6: hue angle of 248.7º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B71B6 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB123113182-
CMYK0.320.3800.29
HSL248.7º32.09%57.84%-
HSV(B)248.7º37.91%71.37%-
XYZ22.5219.446.81-
YUV123.86160.81127.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.43%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 182 (71.48% from 255) = 43.54%
R=29.43%
G=27.03%
B=43.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231131820.320.3800.29248.732.0957.84
Hex7B71B6202601Df9203a
Octal17316126640460353714072
Binary111101111100011011011010000010011001110111111001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B71B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,113,182); }

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

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

 a { background-color: rgb(123,113,182); }

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

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

 span { border-color: rgb(123,113,182); }

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