Html Css Color HEX #8473BA Moody Blue

📋 copy color: '#8473BA'

red 132 ◦ green 115 ◦ blue 186

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

Shades of Moody Blue #8473BA

Tints of Moody Blue #8473BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 30.48%
G = 26.56%
B = 42.96%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8473BA (or 0x8473BA) is known color: Moody Blue. HEX triplet: 84, 73 and BA. RGB value is (132,115,186). Sum of RGB (Red+Green+Blue) = 132+115+186=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8473BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473BA is #7B8C45. Grayscale: #7F7F7F. Windows color (decimal): -8096838 or 12219268. OLE color: 12219268.

HSL color Cylindrical-coordinate representation of color #8473BA: hue angle of 254.37º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8473BA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 115 186 -
CMYK 0.29 0.38 0 0.27
HSL 254.37º 0.34% 0.59% -
HSV(B) 254.37º 0.38% 0.73% -
XYZ 24.51 20.71 49.16 -
YUV 128.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 132 115 186 0.29 0.38 0 0.27 254.37 0.34 0.59
Hex 84 73 BA 1D 26 0 1B FE 22 3B
Octal 204 163 272 35 46 0 33 376 42 73
Binary 10000100 1110011 10111010 11101 100110 0 11011 11111110 100010 111011

Color Harmonies of #8473BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8473BA

Black with #8473BA

Text Example


Text Example

White with #8473BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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