Html Css Color HEX #8177BB Moody Blue

📋 copy color: '#8177BB'

red 129 ◦ green 119 ◦ blue 187

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

Shades of Moody Blue #8177BB

Tints of Moody Blue #8177BB

RGB

 RED value IS 129 (50.78% from 255) = 29.66%

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

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

R = 29.66%
G = 27.36%
B = 42.99%

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

#8177BB (or 0x8177BB) is known color: Moody Blue. HEX triplet: 81, 77 and BB. RGB value is (129,119,187). Sum of RGB (Red+Green+Blue) = 129+119+187=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8177BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177BB is #7E8844. Grayscale: #818181. Windows color (decimal): -8292421 or 12285825. OLE color: 12285825.

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

Color convert

RGB 129 119 187 -
CMYK 0.31 0.36 0 0.27
HSL 248.82º 0.33% 0.6% -
HSV(B) 248.82º 0.36% 0.73% -
XYZ 24.62 21.45 49.86 -
YUV 129.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 129 119 187 0.31 0.36 0 0.27 248.82 0.33 0.6
Hex 81 77 BB 1F 24 0 1B F9 21 3C
Octal 201 167 273 37 44 0 33 371 41 74
Binary 10000001 1110111 10111011 11111 100100 0 11011 11111001 100001 111100

Color Harmonies of #8177BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8177BB

Black with #8177BB

Text Example


Text Example

White with #8177BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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