Html Css Color HEX #777FDF Moody Blue

📋 copy color: '#777FDF'

red 119 ◦ green 127 ◦ blue 223

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

Shades of Moody Blue #777FDF

Tints of Moody Blue #777FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 25.37%
G = 27.08%
B = 47.55%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#777FDF (or 0x777FDF) is known color: Moody Blue. HEX triplet: 77, 7F and DF. RGB value is (119,127,223). Sum of RGB (Red+Green+Blue) = 119+127+223=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #777FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FDF is #888020. Grayscale: #878787. Windows color (decimal): -8945697 or 14647159. OLE color: 14647159.

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

Color convert

RGB 119 127 223 -
CMYK 0.47 0.43 0 0.13
HSL 235.38º 0.62% 0.67% -
HSV(B) 235.38º 0.47% 0.87% -
XYZ 28.52 24.43 73.02 -
YUV 135.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 119 127 223 0.47 0.43 0 0.13 235.38 0.62 0.67
Hex 77 7F DF 2F 2B 0 D EB 3E 43
Octal 167 177 337 57 53 0 15 353 76 103
Binary 1110111 1111111 11011111 101111 101011 0 1101 11101011 111110 1000011

Color Harmonies of #777FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FDF

Black with #777FDF

Text Example


Text Example

White with #777FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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