Html Css Color HEX #7773D8 Moody Blue

📋 copy color: '#7773D8'

red 119 ◦ green 115 ◦ blue 216

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

Shades of Moody Blue #7773D8

Tints of Moody Blue #7773D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48%

R = 26.44%
G = 25.56%
B = 48%

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

#7773D8 (or 0x7773D8) is known color: Moody Blue. HEX triplet: 77, 73 and D8. RGB value is (119,115,216). Sum of RGB (Red+Green+Blue) = 119+115+216=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #7773D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773D8 is #888C27. Grayscale: #7F7F7F. Windows color (decimal): -8948776 or 14185335. OLE color: 14185335.

HSL color Cylindrical-coordinate representation of color #7773D8: hue angle of 242.38º degrees, saturation: 0.56, 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 #7773D8 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 115 216 -
CMYK 0.45 0.47 0 0.15
HSL 242.38º 0.56% 0.65% -
HSV(B) 242.38º 0.47% 0.85% -
XYZ 26.13 21.14 67.67 -
YUV 127.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 119 115 216 0.45 0.47 0 0.15 242.38 0.56 0.65
Hex 77 73 D8 2D 2F 0 F F2 38 41
Octal 167 163 330 55 57 0 17 362 70 101
Binary 1110111 1110011 11011000 101101 101111 0 1111 11110010 111000 1000001

Color Harmonies of #7773D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773D8

Black with #7773D8

Text Example


Text Example

White with #7773D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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