Html Css Color HEX #7773DA Moody Blue

📋 copy color: '#7773DA'

red 119 ◦ green 115 ◦ blue 218

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

Shades of Moody Blue #7773DA

Tints of Moody Blue #7773DA

RGB

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

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

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

R = 26.33%
G = 25.44%
B = 48.23%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7773DA (or 0x7773DA) is known color: Moody Blue. HEX triplet: 77, 73 and DA. RGB value is (119,115,218). Sum of RGB (Red+Green+Blue) = 119+115+218=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #7773DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773DA is #888C25. Grayscale: #7F7F7F. Windows color (decimal): -8948774 or 14316407. OLE color: 14316407.

HSL color Cylindrical-coordinate representation of color #7773DA: hue angle of 242.33º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7773DA is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 115 218 -
CMYK 0.45 0.47 0 0.15
HSL 242.33º 0.58% 0.65% -
HSV(B) 242.33º 0.47% 0.85% -
XYZ 26.39 21.25 69.04 -
YUV 127.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 119 115 218 0.45 0.47 0 0.15 242.33 0.58 0.65
Hex 77 73 DA 2D 2F 0 F F2 3A 41
Octal 167 163 332 55 57 0 17 362 72 101
Binary 1110111 1110011 11011010 101101 101111 0 1111 11110010 111010 1000001

Color Harmonies of #7773DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773DA

Black with #7773DA

Text Example


Text Example

White with #7773DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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