Html Css Color HEX #7773CF Moody Blue

📋 copy color: '#7773CF'

red 119 ◦ green 115 ◦ blue 207

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

Shades of Moody Blue #7773CF

Tints of Moody Blue #7773CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.08%

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

R = 26.98%
G = 26.08%
B = 46.94%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7773CF (or 0x7773CF) is known color: Moody Blue. HEX triplet: 77, 73 and CF. RGB value is (119,115,207). Sum of RGB (Red+Green+Blue) = 119+115+207=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7773CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773CF is #888C30. Grayscale: #7E7E7E. Windows color (decimal): -8948785 or 13595511. OLE color: 13595511.

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

Color convert

RGB 119 115 207 -
CMYK 0.43 0.44 0 0.19
HSL 242.61º 0.49% 0.63% -
HSV(B) 242.61º 0.44% 0.81% -
XYZ 25 20.69 61.71 -
YUV 126.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 119 115 207 0.43 0.44 0 0.19 242.61 0.49 0.63
Hex 77 73 CF 2B 2C 0 13 F3 31 3F
Octal 167 163 317 53 54 0 23 363 61 77
Binary 1110111 1110011 11001111 101011 101100 0 10011 11110011 110001 111111

Color Harmonies of #7773CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773CF

Black with #7773CF

Text Example


Text Example

White with #7773CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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