Html Css Color HEX #7C77DB Moody Blue

📋 copy color: '#7C77DB'

red 124 ◦ green 119 ◦ blue 219

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

Shades of Moody Blue #7C77DB

Tints of Moody Blue #7C77DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 26.84%
G = 25.76%
B = 47.4%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C77DB (or 0x7C77DB) is known color: Moody Blue. HEX triplet: 7C, 77 and DB. RGB value is (124,119,219). Sum of RGB (Red+Green+Blue) = 124+119+219=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C77DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C77DB is #838824. Grayscale: #838383. Windows color (decimal): -8620069 or 14382972. OLE color: 14382972.

HSL color Cylindrical-coordinate representation of color #7C77DB: hue angle of 243º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C77DB is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 119 219 -
CMYK 0.43 0.46 0 0.14
HSL 243º 0.58% 0.66% -
HSV(B) 243º 0.46% 0.86% -
XYZ 27.7 22.59 69.92 -
YUV 131.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 124 119 219 0.43 0.46 0 0.14 243 0.58 0.66
Hex 7C 77 DB 2B 2E 0 E F3 3A 42
Octal 174 167 333 53 56 0 16 363 72 102
Binary 1111100 1110111 11011011 101011 101110 0 1110 11110011 111010 1000010

Color Harmonies of #7C77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C77DB

Black with #7C77DB

Text Example


Text Example

White with #7C77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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