Html Css Color HEX #8077BC Moody Blue

📋 copy color: '#8077BC'

red 128 ◦ green 119 ◦ blue 188

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

Shades of Moody Blue #8077BC

Tints of Moody Blue #8077BC

RGB

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

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

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

R = 29.43%
G = 27.36%
B = 43.22%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8077BC (or 0x8077BC) is known color: Moody Blue. HEX triplet: 80, 77 and BC. RGB value is (128,119,188). Sum of RGB (Red+Green+Blue) = 128+119+188=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #8077BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077BC is #7F8843. Grayscale: #818181. Windows color (decimal): -8357956 or 12351360. OLE color: 12351360.

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

Color convert

RGB 128 119 188 -
CMYK 0.32 0.37 0 0.26
HSL 247.83º 0.34% 0.6% -
HSV(B) 247.83º 0.37% 0.74% -
XYZ 24.58 21.41 50.41 -
YUV 129.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 128 119 188 0.32 0.37 0 0.26 247.83 0.34 0.6
Hex 80 77 BC 20 25 0 1A F8 22 3C
Octal 200 167 274 40 45 0 32 370 42 74
Binary 10000000 1110111 10111100 100000 100101 0 11010 11111000 100010 111100

Color Harmonies of #8077BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8077BC

Black with #8077BC

Text Example


Text Example

White with #8077BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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