Html Css Color HEX #777FDA Moody Blue

📋 copy color: '#777FDA'

red 119 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #777FDA

Tints of Moody Blue #777FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

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

R = 25.65%
G = 27.37%
B = 46.98%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#777FDA (or 0x777FDA) is known color: Moody Blue. HEX triplet: 77, 7F and DA. RGB value is (119,127,218). Sum of RGB (Red+Green+Blue) = 119+127+218=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #777FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FDA is #888025. Grayscale: #868686. Windows color (decimal): -8945702 or 14319479. OLE color: 14319479.

HSL color Cylindrical-coordinate representation of color #777FDA: hue angle of 235.15º 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 #777FDA is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 127 218 -
CMYK 0.45 0.42 0 0.15
HSL 235.15º 0.57% 0.66% -
HSV(B) 235.15º 0.45% 0.85% -
XYZ 27.85 24.16 69.53 -
YUV 134.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 119 127 218 0.45 0.42 0 0.15 235.15 0.57 0.66
Hex 77 7F DA 2D 2A 0 F EB 39 42
Octal 167 177 332 55 52 0 17 353 71 102
Binary 1110111 1111111 11011010 101101 101010 0 1111 11101011 111001 1000010

Color Harmonies of #777FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FDA

Black with #777FDA

Text Example


Text Example

White with #777FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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