Html Css Color HEX #777ADD Moody Blue

📋 copy color: '#777ADD'

red 119 ◦ green 122 ◦ blue 221

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

Shades of Moody Blue #777ADD

Tints of Moody Blue #777ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 25.76%
G = 26.41%
B = 47.84%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#777ADD (or 0x777ADD) is known color: Moody Blue. HEX triplet: 77, 7A and DD. RGB value is (119,122,221). Sum of RGB (Red+Green+Blue) = 119+122+221=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #777ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ADD is #888522. Grayscale: #838383. Windows color (decimal): -8946979 or 14514807. OLE color: 14514807.

HSL color Cylindrical-coordinate representation of color #777ADD: hue angle of 238.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777ADD is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 122 221 -
CMYK 0.46 0.45 0 0.13
HSL 238.24º 0.6% 0.67% -
HSV(B) 238.24º 0.46% 0.87% -
XYZ 27.62 23.06 71.4 -
YUV 132.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 119 122 221 0.46 0.45 0 0.13 238.24 0.6 0.67
Hex 77 7A DD 2E 2D 0 D EE 3C 43
Octal 167 172 335 56 55 0 15 356 74 103
Binary 1110111 1111010 11011101 101110 101101 0 1101 11101110 111100 1000011

Color Harmonies of #777ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ADD

Black with #777ADD

Text Example


Text Example

White with #777ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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