Html Css Color HEX #7C71BE Moody Blue

📋 copy color: '#7C71BE'

red 124 ◦ green 113 ◦ blue 190

#7C71BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7C71BE

Tints of Moody Blue #7C71BE

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.5%

R = 29.04%
G = 26.46%
B = 44.5%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C71BE (or 0x7C71BE) is known color: 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

RGB 124 113 190 -
CMYK 0.35 0.41 0 0.25
HSL 248.57º 0.37% 0.59% -
HSV(B) 248.57º 0.41% 0.75% -
XYZ 23.51 19.81 51.3 -
YUV 125.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 124 113 190 0.35 0.41 0 0.25 248.57 0.37 0.59
Hex 7C 71 BE 23 29 0 19 F9 25 3B
Octal 174 161 276 43 51 0 31 371 45 73
Binary 1111100 1110001 10111110 100011 101001 0 11001 11111001 100101 111011

Color Harmonies of #7C71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C71BE

Black with #7C71BE

Text Example


Text Example

White with #7C71BE

Text Example


Text Example

HTML Codes & Css Web 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>