Html Css Color HEX #7771CF Moody Blue

📋 copy color: '#7771CF'

red 119 ◦ green 113 ◦ blue 207

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

Shades of Moody Blue #7771CF

Tints of Moody Blue #7771CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.74%

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 27.11%
G = 25.74%
B = 47.15%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7771CF (or 0x7771CF) is known color: Moody Blue. HEX triplet: 77, 71 and CF. RGB value is (119,113,207). Sum of RGB (Red+Green+Blue) = 119+113+207=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7771CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771CF is #888E30. Grayscale: #7D7D7D. Windows color (decimal): -8949297 or 13594999. OLE color: 13594999.

HSL color Cylindrical-coordinate representation of color #7771CF: hue angle of 243.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7771CF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 113 207 -
CMYK 0.43 0.45 0 0.19
HSL 243.83º 0.49% 0.63% -
HSV(B) 243.83º 0.45% 0.81% -
XYZ 24.78 20.24 61.63 -
YUV 125.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 119 113 207 0.43 0.45 0 0.19 243.83 0.49 0.63
Hex 77 71 CF 2B 2D 0 13 F4 31 3F
Octal 167 161 317 53 55 0 23 364 61 77
Binary 1110111 1110001 11001111 101011 101101 0 10011 11110100 110001 111111

Color Harmonies of #7771CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7771CF

Black with #7771CF

Text Example


Text Example

White with #7771CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7771CF; }

 p { color: rgb(119,113,207); }

 H1.HeaderClassName
 {
   color: #7771CF;
 }
 .AnyTagClassName
 {
   color: #7771CF;
 }
</style>

background-color css

<style>
 a { background-color: #7771CF; }

 a { background-color: rgb(119,113,207); }

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

border-color css

<style>
 span { border-color: #7771CF; }

 span { border-color: rgb(119,113,207); }

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