Html Css Color HEX #777AC1 Moody Blue

📋 copy color: '#777AC1'

red 119 ◦ green 122 ◦ blue 193

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

Shades of Moody Blue #777AC1

Tints of Moody Blue #777AC1

RGB

 RED value IS 119 (46.88% from 255) = 27.42%

 GREEN value IS 122 (48.05% from 255) = 28.11%

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 27.42%
G = 28.11%
B = 44.47%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#777AC1 (or 0x777AC1) is known color: Moody Blue. HEX triplet: 77, 7A and C1. RGB value is (119,122,193). Sum of RGB (Red+Green+Blue) = 119+122+193=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #777AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AC1 is #88853E. Grayscale: #808080. Windows color (decimal): -8947007 or 12679799. OLE color: 12679799.

HSL color Cylindrical-coordinate representation of color #777AC1: hue angle of 237.57º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777AC1 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 122 193 -
CMYK 0.38 0.37 0 0.24
HSL 237.57º 0.37% 0.61% -
HSV(B) 237.57º 0.38% 0.76% -
XYZ 24.19 21.69 53.36 -
YUV 129.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 119 122 193 0.38 0.37 0 0.24 237.57 0.37 0.61
Hex 77 7A C1 26 25 0 18 EE 25 3D
Octal 167 172 301 46 45 0 30 356 45 75
Binary 1110111 1111010 11000001 100110 100101 0 11000 11101110 100101 111101

Color Harmonies of #777AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777AC1

Black with #777AC1

Text Example


Text Example

White with #777AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777AC1; }

 p { color: rgb(119,122,193); }

 H1.HeaderClassName
 {
   color: #777AC1;
 }
 .AnyTagClassName
 {
   color: #777AC1;
 }
</style>

background-color css

<style>
 a { background-color: #777AC1; }

 a { background-color: rgb(119,122,193); }

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

border-color css

<style>
 span { border-color: #777AC1; }

 span { border-color: rgb(119,122,193); }

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