Html Css Color HEX #8176BC Moody Blue

📋 copy color: '#8176BC'

red 129 ◦ green 118 ◦ blue 188

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

Shades of Moody Blue #8176BC

Tints of Moody Blue #8176BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 29.66%
G = 27.13%
B = 43.22%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8176BC (or 0x8176BC) is known color: Moody Blue. HEX triplet: 81, 76 and BC. RGB value is (129,118,188). Sum of RGB (Red+Green+Blue) = 129+118+188=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 118 (46.48% from 255 or 27.13% 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 #8176BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176BC is #7E8943. Grayscale: #818181. Windows color (decimal): -8292676 or 12351105. OLE color: 12351105.

HSL color Cylindrical-coordinate representation of color #8176BC: hue angle of 249.43º 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 #8176BC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 118 188 -
CMYK 0.31 0.37 0 0.26
HSL 249.43º 0.34% 0.6% -
HSV(B) 249.43º 0.37% 0.74% -
XYZ 24.61 21.25 50.38 -
YUV 129.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 129 118 188 0.31 0.37 0 0.26 249.43 0.34 0.6
Hex 81 76 BC 1F 25 0 1A F9 22 3C
Octal 201 166 274 37 45 0 32 371 42 74
Binary 10000001 1110110 10111100 11111 100101 0 11010 11111001 100010 111100

Color Harmonies of #8176BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8176BC

Black with #8176BC

Text Example


Text Example

White with #8176BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,118,188); }

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

background-color css

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

 a { background-color: rgb(129,118,188); }

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

border-color css

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

 span { border-color: rgb(129,118,188); }

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