Html Css Color HEX #8473BC Moody Blue

📋 copy color: '#8473BC'

red 132 ◦ green 115 ◦ blue 188

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

Shades of Moody Blue #8473BC

Tints of Moody Blue #8473BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 30.34%
G = 26.44%
B = 43.22%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8473BC (or 0x8473BC) is known color: Moody Blue. HEX triplet: 84, 73 and BC. RGB value is (132,115,188). Sum of RGB (Red+Green+Blue) = 132+115+188=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #8473BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473BC is #7B8C43. Grayscale: #808080. Windows color (decimal): -8096836 or 12350340. OLE color: 12350340.

HSL color Cylindrical-coordinate representation of color #8473BC: hue angle of 253.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8473BC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 115 188 -
CMYK 0.30 0.39 0 0.26
HSL 253.97º 0.35% 0.59% -
HSV(B) 253.97º 0.39% 0.74% -
XYZ 24.72 20.8 50.29 -
YUV 128.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 132 115 188 0.30 0.39 0 0.26 253.97 0.35 0.59
Hex 84 73 BC 1E 27 0 1A FE 23 3B
Octal 204 163 274 36 47 0 32 376 43 73
Binary 10000100 1110011 10111100 11110 100111 0 11010 11111110 100011 111011

Color Harmonies of #8473BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8473BC

Black with #8473BC

Text Example


Text Example

White with #8473BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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