Html Css Color HEX #8180B4 Moody Blue

📋 copy color: '#8180B4'

red 129 ◦ green 128 ◦ blue 180

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

Shades of Moody Blue #8180B4

Tints of Moody Blue #8180B4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.29%

 BLUE value IS 180 (70.7% from 255) = 41.19%

R = 29.52%
G = 29.29%
B = 41.19%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8180B4 (or 0x8180B4) is known color: Moody Blue. HEX triplet: 81, 80 and B4. RGB value is (129,128,180). Sum of RGB (Red+Green+Blue) = 129+128+180=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #8180B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8180B4 is #7E7F4B. Grayscale: #868686. Windows color (decimal): -8290124 or 11829377. OLE color: 11829377.

HSL color Cylindrical-coordinate representation of color #8180B4: hue angle of 241.15º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8180B4 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 128 180 -
CMYK 0.28 0.29 0 0.29
HSL 241.15º 0.26% 0.6% -
HSV(B) 241.15º 0.29% 0.71% -
XYZ 25.01 23.4 46.38 -
YUV 134.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 129 128 180 0.28 0.29 0 0.29 241.15 0.26 0.6
Hex 81 80 B4 1C 1D 0 1D F1 1A 3C
Octal 201 200 264 34 35 0 35 361 32 74
Binary 10000001 10000000 10110100 11100 11101 0 11101 11110001 11010 111100

Color Harmonies of #8180B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8180B4

Black with #8180B4

Text Example


Text Example

White with #8180B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8180B4; }

 p { color: rgb(129,128,180); }

 H1.HeaderClassName
 {
   color: #8180B4;
 }
 .AnyTagClassName
 {
   color: #8180B4;
 }
</style>

background-color css

<style>
 a { background-color: #8180B4; }

 a { background-color: rgb(129,128,180); }

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

border-color css

<style>
 span { border-color: #8180B4; }

 span { border-color: rgb(129,128,180); }

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