Html Css Color HEX #777DDA Moody Blue

📋 copy color: '#777DDA'

red 119 ◦ green 125 ◦ blue 218

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

Shades of Moody Blue #777DDA

Tints of Moody Blue #777DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 25.76%
G = 27.06%
B = 47.19%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#777DDA (or 0x777DDA) is known color: Moody Blue. HEX triplet: 77, 7D and DA. RGB value is (119,125,218). Sum of RGB (Red+Green+Blue) = 119+125+218=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #777DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DDA is #888225. Grayscale: #858585. Windows color (decimal): -8946214 or 14318967. OLE color: 14318967.

HSL color Cylindrical-coordinate representation of color #777DDA: hue angle of 236.36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777DDA is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 125 218 -
CMYK 0.45 0.43 0 0.15
HSL 236.36º 0.57% 0.66% -
HSV(B) 236.36º 0.45% 0.85% -
XYZ 27.6 23.65 69.44 -
YUV 133.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 119 125 218 0.45 0.43 0 0.15 236.36 0.57 0.66
Hex 77 7D DA 2D 2B 0 F EC 39 42
Octal 167 175 332 55 53 0 17 354 71 102
Binary 1110111 1111101 11011010 101101 101011 0 1111 11101100 111001 1000010

Color Harmonies of #777DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DDA

Black with #777DDA

Text Example


Text Example

White with #777DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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