Html Css Color HEX #777ABE Moody Blue

📋 copy color: '#777ABE'

red 119 ◦ green 122 ◦ blue 190

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

Shades of Moody Blue #777ABE

Tints of Moody Blue #777ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 27.61%
G = 28.31%
B = 44.08%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#777ABE (or 0x777ABE) is known color: Moody Blue. HEX triplet: 77, 7A and BE. RGB value is (119,122,190). Sum of RGB (Red+Green+Blue) = 119+122+190=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #777ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ABE is #888541. Grayscale: #808080. Windows color (decimal): -8947010 or 12483191. OLE color: 12483191.

HSL color Cylindrical-coordinate representation of color #777ABE: hue angle of 237.46º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #777ABE is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 122 190 -
CMYK 0.37 0.36 0 0.25
HSL 237.46º 0.35% 0.61% -
HSV(B) 237.46º 0.37% 0.75% -
XYZ 23.86 21.56 51.62 -
YUV 128.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 119 122 190 0.37 0.36 0 0.25 237.46 0.35 0.61
Hex 77 7A BE 25 24 0 19 ED 23 3D
Octal 167 172 276 45 44 0 31 355 43 75
Binary 1110111 1111010 10111110 100101 100100 0 11001 11101101 100011 111101

Color Harmonies of #777ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ABE

Black with #777ABE

Text Example


Text Example

White with #777ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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