Html Css Color HEX #8077BB Moody Blue

📋 copy color: '#8077BB'

red 128 ◦ green 119 ◦ blue 187

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

Shades of Moody Blue #8077BB

Tints of Moody Blue #8077BB

RGB

 RED value IS 128 (50.39% from 255) = 29.49%

 GREEN value IS 119 (46.88% from 255) = 27.42%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 29.49%
G = 27.42%
B = 43.09%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8077BB (or 0x8077BB) is known color: Moody Blue. HEX triplet: 80, 77 and BB. RGB value is (128,119,187). Sum of RGB (Red+Green+Blue) = 128+119+187=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #8077BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077BB is #7F8844. Grayscale: #818181. Windows color (decimal): -8357957 or 12285824. OLE color: 12285824.

HSL color Cylindrical-coordinate representation of color #8077BB: hue angle of 247.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8077BB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 119 187 -
CMYK 0.32 0.36 0 0.27
HSL 247.94º 0.33% 0.6% -
HSV(B) 247.94º 0.36% 0.73% -
XYZ 24.47 21.37 49.85 -
YUV 129.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 128 119 187 0.32 0.36 0 0.27 247.94 0.33 0.6
Hex 80 77 BB 20 24 0 1B F8 21 3C
Octal 200 167 273 40 44 0 33 370 41 74
Binary 10000000 1110111 10111011 100000 100100 0 11011 11111000 100001 111100

Color Harmonies of #8077BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8077BB

Black with #8077BB

Text Example


Text Example

White with #8077BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8077BB; }

 p { color: rgb(128,119,187); }

 H1.HeaderClassName
 {
   color: #8077BB;
 }
 .AnyTagClassName
 {
   color: #8077BB;
 }
</style>

background-color css

<style>
 a { background-color: #8077BB; }

 a { background-color: rgb(128,119,187); }

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

border-color css

<style>
 span { border-color: #8077BB; }

 span { border-color: rgb(128,119,187); }

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