Html Css Color HEX #7C77D7 Moody Blue

📋 copy color: '#7C77D7'

red 124 ◦ green 119 ◦ blue 215

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

Shades of Moody Blue #7C77D7

Tints of Moody Blue #7C77D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.94%

R = 27.07%
G = 25.98%
B = 46.94%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7C77D7 (or 0x7C77D7) is known color: Moody Blue. HEX triplet: 7C, 77 and D7. RGB value is (124,119,215). Sum of RGB (Red+Green+Blue) = 124+119+215=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C77D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C77D7 is #838828. Grayscale: #838383. Windows color (decimal): -8620073 or 14120828. OLE color: 14120828.

HSL color Cylindrical-coordinate representation of color #7C77D7: hue angle of 243.13º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C77D7 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 119 215 -
CMYK 0.42 0.45 0 0.16
HSL 243.13º 0.55% 0.65% -
HSV(B) 243.13º 0.45% 0.84% -
XYZ 27.17 22.39 67.18 -
YUV 131.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 124 119 215 0.42 0.45 0 0.16 243.13 0.55 0.65
Hex 7C 77 D7 2A 2D 0 10 F3 37 41
Octal 174 167 327 52 55 0 20 363 67 101
Binary 1111100 1110111 11010111 101010 101101 0 10000 11110011 110111 1000001

Color Harmonies of #7C77D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C77D7

Black with #7C77D7

Text Example


Text Example

White with #7C77D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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