Html Css Color HEX #7773BC Moody Blue

📋 copy color: '#7773BC'

red 119 ◦ green 115 ◦ blue 188

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

Shades of Moody Blue #7773BC

Tints of Moody Blue #7773BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 28.2%
G = 27.25%
B = 44.55%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7773BC (or 0x7773BC) is known color: Moody Blue. HEX triplet: 77, 73 and BC. RGB value is (119,115,188). Sum of RGB (Red+Green+Blue) = 119+115+188=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #7773BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773BC is #888C43. Grayscale: #7C7C7C. Windows color (decimal): -8948804 or 12350327. OLE color: 12350327.

HSL color Cylindrical-coordinate representation of color #7773BC: hue angle of 243.29º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7773BC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 115 188 -
CMYK 0.37 0.39 0 0.26
HSL 243.29º 0.35% 0.59% -
HSV(B) 243.29º 0.39% 0.74% -
XYZ 22.82 19.81 50.2 -
YUV 124.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 119 115 188 0.37 0.39 0 0.26 243.29 0.35 0.59
Hex 77 73 BC 25 27 0 1A F3 23 3B
Octal 167 163 274 45 47 0 32 363 43 73
Binary 1110111 1110011 10111100 100101 100111 0 11010 11110011 100011 111011

Color Harmonies of #7773BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773BC

Black with #7773BC

Text Example


Text Example

White with #7773BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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