Html Css Color HEX #8D80BF Moody Blue

📋 copy color: '#8D80BF'

red 141 ◦ green 128 ◦ blue 191

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

Shades of Moody Blue #8D80BF

Tints of Moody Blue #8D80BF

RGB

 RED value IS 141 (55.47% from 255) = 30.65%

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 30.65%
G = 27.83%
B = 41.52%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D80BF (or 0x8D80BF) is known color: Moody Blue. HEX triplet: 8D, 80 and BF. RGB value is (141,128,191). Sum of RGB (Red+Green+Blue) = 141+128+191=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80BF is #727F40. Grayscale: #8A8A8A. Windows color (decimal): -7503681 or 12550285. OLE color: 12550285.

HSL color Cylindrical-coordinate representation of color #8D80BF: hue angle of 252.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D80BF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 128 191 -
CMYK 0.26 0.33 0 0.25
HSL 252.38º 0.33% 0.63% -
HSV(B) 252.38º 0.33% 0.75% -
XYZ 28.11 24.86 52.61 -
YUV 139.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 141 128 191 0.26 0.33 0 0.25 252.38 0.33 0.63
Hex 8D 80 BF 1A 21 0 19 FC 21 3F
Octal 215 200 277 32 41 0 31 374 41 77
Binary 10001101 10000000 10111111 11010 100001 0 11001 11111100 100001 111111

Color Harmonies of #8D80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D80BF

Black with #8D80BF

Text Example


Text Example

White with #8D80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D80BF; }

 p { color: rgb(141,128,191); }

 H1.HeaderClassName
 {
   color: #8D80BF;
 }
 .AnyTagClassName
 {
   color: #8D80BF;
 }
</style>

background-color css

<style>
 a { background-color: #8D80BF; }

 a { background-color: rgb(141,128,191); }

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

border-color css

<style>
 span { border-color: #8D80BF; }

 span { border-color: rgb(141,128,191); }

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