Html Css Color HEX #777ACE Moody Blue

📋 copy color: '#777ACE'

red 119 ◦ green 122 ◦ blue 206

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

Shades of Moody Blue #777ACE

Tints of Moody Blue #777ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 26.62%
G = 27.29%
B = 46.09%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#777ACE (or 0x777ACE) is known color: Moody Blue. HEX triplet: 77, 7A and CE. RGB value is (119,122,206). Sum of RGB (Red+Green+Blue) = 119+122+206=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #777ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ACE is #888531. Grayscale: #828282. Windows color (decimal): -8946994 or 13531767. OLE color: 13531767.

HSL color Cylindrical-coordinate representation of color #777ACE: hue angle of 237.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777ACE is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 122 206 -
CMYK 0.42 0.41 0 0.19
HSL 237.93º 0.47% 0.64% -
HSV(B) 237.93º 0.42% 0.81% -
XYZ 25.71 22.3 61.34 -
YUV 130.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 119 122 206 0.42 0.41 0 0.19 237.93 0.47 0.64
Hex 77 7A CE 2A 29 0 13 EE 2F 40
Octal 167 172 316 52 51 0 23 356 57 100
Binary 1110111 1111010 11001110 101010 101001 0 10011 11101110 101111 1000000

Color Harmonies of #777ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ACE

Black with #777ACE

Text Example


Text Example

White with #777ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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