#7B71BE

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

Shades of Moody Blue #7B71BE

Tints of Moody Blue #7B71BE

Color information

#7B71BE (or 0x7B71BE) is unknown color: approx Moody Blue. HEX triplet: 7B, 71 and BE. RGB value is (123,113,190). Sum of RGB (Red+Green+Blue) = 123+113+190=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B71BE is #848E41. Grayscale: #7C7C7C. Windows color (decimal): -8687170 or 12480891. OLE color: 12480891.

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

Color convert

RGB123113190-
CMYK0.350.4100.25
HSL247.79º37.2%59.41%-
HSV(B)247.79º40.53%74.51%-
XYZ23.3719.7451.29-
YUV124.77164.81126.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.87%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=28.87%
G=26.53%
B=44.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231131900.350.4100.25247.7937.259.41
Hex7B71BE2329019f8253b
Octal17316127643510313704573
Binary111101111100011011111010001110100101100111111000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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