Html Css Color HEX #7C77BC Moody Blue

📋 copy color: '#7C77BC'

red 124 ◦ green 119 ◦ blue 188

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

Shades of Moody Blue #7C77BC

Tints of Moody Blue #7C77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 28.77%
G = 27.61%
B = 43.62%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C77BC (or 0x7C77BC) is known color: Moody Blue. HEX triplet: 7C, 77 and BC. RGB value is (124,119,188). Sum of RGB (Red+Green+Blue) = 124+119+188=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C77BC is #838843. Grayscale: #808080. Windows color (decimal): -8620100 or 12351356. OLE color: 12351356.

HSL color Cylindrical-coordinate representation of color #7C77BC: hue angle of 244.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C77BC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 119 188 -
CMYK 0.34 0.37 0 0.26
HSL 244.35º 0.34% 0.6% -
HSV(B) 244.35º 0.37% 0.74% -
XYZ 23.99 21.11 50.39 -
YUV 128.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 124 119 188 0.34 0.37 0 0.26 244.35 0.34 0.6
Hex 7C 77 BC 22 25 0 1A F4 22 3C
Octal 174 167 274 42 45 0 32 364 42 74
Binary 1111100 1110111 10111100 100010 100101 0 11010 11110100 100010 111100

Color Harmonies of #7C77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C77BC

Black with #7C77BC

Text Example


Text Example

White with #7C77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,119,188); }

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

background-color css

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

 a { background-color: rgb(124,119,188); }

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

border-color css

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

 span { border-color: rgb(124,119,188); }

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