Html Css Color HEX #777DD1 Moody Blue

📋 copy color: '#777DD1'

red 119 ◦ green 125 ◦ blue 209

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

Shades of Moody Blue #777DD1

Tints of Moody Blue #777DD1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 26.27%
G = 27.59%
B = 46.14%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#777DD1 (or 0x777DD1) is known color: Moody Blue. HEX triplet: 77, 7D and D1. RGB value is (119,125,209). Sum of RGB (Red+Green+Blue) = 119+125+209=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #777DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DD1 is #88822E. Grayscale: #848484. Windows color (decimal): -8946223 or 13729143. OLE color: 13729143.

HSL color Cylindrical-coordinate representation of color #777DD1: hue angle of 236º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777DD1 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 125 209 -
CMYK 0.43 0.40 0 0.18
HSL 236º 0.49% 0.64% -
HSV(B) 236º 0.43% 0.82% -
XYZ 26.45 23.19 63.4 -
YUV 132.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 119 125 209 0.43 0.40 0 0.18 236 0.49 0.64
Hex 77 7D D1 2B 28 0 12 EC 31 40
Octal 167 175 321 53 50 0 22 354 61 100
Binary 1110111 1111101 11010001 101011 101000 0 10010 11101100 110001 1000000

Color Harmonies of #777DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DD1

Black with #777DD1

Text Example


Text Example

White with #777DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,125,209); }

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

background-color css

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

 a { background-color: rgb(119,125,209); }

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

border-color css

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

 span { border-color: rgb(119,125,209); }

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