Html Css Color HEX #7773BA Moody Blue

📋 copy color: '#7773BA'

red 119 ◦ green 115 ◦ blue 186

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

Shades of Moody Blue #7773BA

Tints of Moody Blue #7773BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 28.33%
G = 27.38%
B = 44.29%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7773BA (or 0x7773BA) is known color: Moody Blue. HEX triplet: 77, 73 and BA. RGB value is (119,115,186). Sum of RGB (Red+Green+Blue) = 119+115+186=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7773BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773BA is #888C45. Grayscale: #7C7C7C. Windows color (decimal): -8948806 or 12219255. OLE color: 12219255.

HSL color Cylindrical-coordinate representation of color #7773BA: hue angle of 243.38º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7773BA is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 115 186 -
CMYK 0.36 0.38 0 0.27
HSL 243.38º 0.34% 0.59% -
HSV(B) 243.38º 0.38% 0.73% -
XYZ 22.6 19.73 49.07 -
YUV 124.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 119 115 186 0.36 0.38 0 0.27 243.38 0.34 0.59
Hex 77 73 BA 24 26 0 1B F3 22 3B
Octal 167 163 272 44 46 0 33 363 42 73
Binary 1110111 1110011 10111010 100100 100110 0 11011 11110011 100010 111011

Color Harmonies of #7773BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773BA

Black with #7773BA

Text Example


Text Example

White with #7773BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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