Html Css Color HEX #7773CD Moody Blue

📋 copy color: '#7773CD'

red 119 ◦ green 115 ◦ blue 205

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

Shades of Moody Blue #7773CD

Tints of Moody Blue #7773CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 27.11%
G = 26.2%
B = 46.7%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7773CD (or 0x7773CD) is known color: Moody Blue. HEX triplet: 77, 73 and CD. RGB value is (119,115,205). Sum of RGB (Red+Green+Blue) = 119+115+205=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #7773CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773CD is #888C32. Grayscale: #7E7E7E. Windows color (decimal): -8948787 or 13464439. OLE color: 13464439.

HSL color Cylindrical-coordinate representation of color #7773CD: hue angle of 242.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7773CD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 115 205 -
CMYK 0.42 0.44 0 0.20
HSL 242.67º 0.47% 0.63% -
HSV(B) 242.67º 0.44% 0.8% -
XYZ 24.76 20.59 60.43 -
YUV 126.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 119 115 205 0.42 0.44 0 0.20 242.67 0.47 0.63
Hex 77 73 CD 2A 2C 0 14 F3 2F 3F
Octal 167 163 315 52 54 0 24 363 57 77
Binary 1110111 1110011 11001101 101010 101100 0 10100 11110011 101111 111111

Color Harmonies of #7773CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773CD

Black with #7773CD

Text Example


Text Example

White with #7773CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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