Html Css Color HEX #8172BB Moody Blue

📋 copy color: '#8172BB'

red 129 ◦ green 114 ◦ blue 187

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

Shades of Moody Blue #8172BB

Tints of Moody Blue #8172BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

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

R = 30%
G = 26.51%
B = 43.49%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8172BB (or 0x8172BB) is known color: Moody Blue. HEX triplet: 81, 72 and BB. RGB value is (129,114,187). Sum of RGB (Red+Green+Blue) = 129+114+187=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #8172BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8172BB is #7E8D44. Grayscale: #7E7E7E. Windows color (decimal): -8293701 or 12284545. OLE color: 12284545.

HSL color Cylindrical-coordinate representation of color #8172BB: hue angle of 252.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8172BB is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 114 187 -
CMYK 0.31 0.39 0 0.27
HSL 252.33º 0.35% 0.59% -
HSV(B) 252.33º 0.39% 0.73% -
XYZ 24.04 20.29 49.66 -
YUV 126.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 129 114 187 0.31 0.39 0 0.27 252.33 0.35 0.59
Hex 81 72 BB 1F 27 0 1B FC 23 3B
Octal 201 162 273 37 47 0 33 374 43 73
Binary 10000001 1110010 10111011 11111 100111 0 11011 11111100 100011 111011

Color Harmonies of #8172BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8172BB

Black with #8172BB

Text Example


Text Example

White with #8172BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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