Html Css Color HEX #7C76B1 Moody Blue

📋 copy color: '#7C76B1'

red 124 ◦ green 118 ◦ blue 177

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

Shades of Moody Blue #7C76B1

Tints of Moody Blue #7C76B1

RGB

 RED value IS 124 (48.83% from 255) = 29.59%

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 29.59%
G = 28.16%
B = 42.24%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C76B1 (or 0x7C76B1) is known color: Moody Blue. HEX triplet: 7C, 76 and B1. RGB value is (124,118,177). Sum of RGB (Red+Green+Blue) = 124+118+177=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C76B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C76B1 is #83894E. Grayscale: #7E7E7E. Windows color (decimal): -8620367 or 11630204. OLE color: 11630204.

HSL color Cylindrical-coordinate representation of color #7C76B1: hue angle of 246.1º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C76B1 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 118 177 -
CMYK 0.30 0.33 0 0.31
HSL 246.1º 0.27% 0.58% -
HSV(B) 246.1º 0.33% 0.69% -
XYZ 22.73 20.42 44.34 -
YUV 126.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 124 118 177 0.30 0.33 0 0.31 246.1 0.27 0.58
Hex 7C 76 B1 1E 21 0 1F F6 1B 3A
Octal 174 166 261 36 41 0 37 366 33 72
Binary 1111100 1110110 10110001 11110 100001 0 11111 11110110 11011 111010

Color Harmonies of #7C76B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C76B1

Black with #7C76B1

Text Example


Text Example

White with #7C76B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,118,177); }

 H1.HeaderClassName
 {
   color: #7C76B1;
 }
 .AnyTagClassName
 {
   color: #7C76B1;
 }
</style>

background-color css

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

 a { background-color: rgb(124,118,177); }

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

border-color css

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

 span { border-color: rgb(124,118,177); }

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