#7C71BE

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

Shades of Moody Blue #7C71BE

Tints of Moody Blue #7C71BE

Color information

#7C71BE (or 0x7C71BE) is unknown color: approx Moody Blue. HEX triplet: 7C, 71 and BE. RGB value is (124,113,190). Sum of RGB (Red+Green+Blue) = 124+113+190=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C71BE is #838E41. Grayscale: #7C7C7C. Windows color (decimal): -8621634 or 12480892. OLE color: 12480892.

HSL color Cylindrical-coordinate representation of color #7C71BE: hue angle of 248.57º 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 #7C71BE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124113190-
CMYK0.350.4100.25
HSL248.57º37.2%59.41%-
HSV(B)248.57º40.53%74.51%-
XYZ23.5119.8151.3-
YUV125.07164.64127.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=29.04%
G=26.46%
B=44.50%

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
Decimal1241131900.350.4100.25248.5737.259.41
Hex7C71BE2329019f9253b
Octal17416127643510313714573
Binary111110011100011011111010001110100101100111111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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