Html Css Color HEX #7C77CD Moody Blue

📋 copy color: '#7C77CD'

red 124 ◦ green 119 ◦ blue 205

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

Shades of Moody Blue #7C77CD

Tints of Moody Blue #7C77CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 27.68%
G = 26.56%
B = 45.76%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C77CD (or 0x7C77CD) is known color: Moody Blue. HEX triplet: 7C, 77 and CD. RGB value is (124,119,205). Sum of RGB (Red+Green+Blue) = 124+119+205=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C77CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C77CD is #838832. Grayscale: #818181. Windows color (decimal): -8620083 or 13465468. OLE color: 13465468.

HSL color Cylindrical-coordinate representation of color #7C77CD: hue angle of 243.49º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C77CD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 119 205 -
CMYK 0.40 0.42 0 0.20
HSL 243.49º 0.46% 0.64% -
HSV(B) 243.49º 0.42% 0.8% -
XYZ 25.93 21.89 60.62 -
YUV 130.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 124 119 205 0.40 0.42 0 0.20 243.49 0.46 0.64
Hex 7C 77 CD 28 2A 0 14 F3 2E 40
Octal 174 167 315 50 52 0 24 363 56 100
Binary 1111100 1110111 11001101 101000 101010 0 10100 11110011 101110 1000000

Color Harmonies of #7C77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C77CD

Black with #7C77CD

Text Example


Text Example

White with #7C77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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