Html Css Color HEX #8077BA Moody Blue

📋 copy color: '#8077BA'

red 128 ◦ green 119 ◦ blue 186

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

Shades of Moody Blue #8077BA

Tints of Moody Blue #8077BA

RGB

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

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

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

R = 29.56%
G = 27.48%
B = 42.96%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8077BA (or 0x8077BA) is known color: Moody Blue. HEX triplet: 80, 77 and BA. RGB value is (128,119,186). Sum of RGB (Red+Green+Blue) = 128+119+186=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8077BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077BA is #7F8845. Grayscale: #818181. Windows color (decimal): -8357958 or 12220288. OLE color: 12220288.

HSL color Cylindrical-coordinate representation of color #8077BA: hue angle of 248.06º 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 #8077BA is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 119 186 -
CMYK 0.31 0.36 0 0.27
HSL 248.06º 0.33% 0.6% -
HSV(B) 248.06º 0.36% 0.73% -
XYZ 24.36 21.33 49.29 -
YUV 129.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 128 119 186 0.31 0.36 0 0.27 248.06 0.33 0.6
Hex 80 77 BA 1F 24 0 1B F8 21 3C
Octal 200 167 272 37 44 0 33 370 41 74
Binary 10000000 1110111 10111010 11111 100100 0 11011 11111000 100001 111100

Color Harmonies of #8077BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8077BA

Black with #8077BA

Text Example


Text Example

White with #8077BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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