Html Css Color HEX #8473B7 Moody Blue

📋 copy color: '#8473B7'

red 132 ◦ green 115 ◦ blue 183

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

Shades of Moody Blue #8473B7

Tints of Moody Blue #8473B7

RGB

 RED value IS 132 (51.95% from 255) = 30.7%

 GREEN value IS 115 (45.31% from 255) = 26.74%

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 30.7%
G = 26.74%
B = 42.56%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8473B7 (or 0x8473B7) is known color: Moody Blue. HEX triplet: 84, 73 and B7. RGB value is (132,115,183). Sum of RGB (Red+Green+Blue) = 132+115+183=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #8473B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473B7 is #7B8C48. Grayscale: #7F7F7F. Windows color (decimal): -8096841 or 12022660. OLE color: 12022660.

HSL color Cylindrical-coordinate representation of color #8473B7: hue angle of 255º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8473B7 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 115 183 -
CMYK 0.28 0.37 0 0.28
HSL 255º 0.32% 0.58% -
HSV(B) 255º 0.37% 0.72% -
XYZ 24.19 20.59 47.5 -
YUV 127.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 132 115 183 0.28 0.37 0 0.28 255 0.32 0.58
Hex 84 73 B7 1C 25 0 1C FF 20 3A
Octal 204 163 267 34 45 0 34 377 40 72
Binary 10000100 1110011 10110111 11100 100101 0 11100 11111111 100000 111010

Color Harmonies of #8473B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8473B7

Black with #8473B7

Text Example


Text Example

White with #8473B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8473B7; }

 p { color: rgb(132,115,183); }

 H1.HeaderClassName
 {
   color: #8473B7;
 }
 .AnyTagClassName
 {
   color: #8473B7;
 }
</style>

background-color css

<style>
 a { background-color: #8473B7; }

 a { background-color: rgb(132,115,183); }

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

border-color css

<style>
 span { border-color: #8473B7; }

 span { border-color: rgb(132,115,183); }

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