Html Css Color HEX #8473CC Moody Blue

📋 copy color: '#8473CC'

red 132 ◦ green 115 ◦ blue 204

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

Shades of Moody Blue #8473CC

Tints of Moody Blue #8473CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 29.27%
G = 25.5%
B = 45.23%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8473CC (or 0x8473CC) is known color: Moody Blue. HEX triplet: 84, 73 and CC. RGB value is (132,115,204). Sum of RGB (Red+Green+Blue) = 132+115+204=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #8473CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473CC is #7B8C33. Grayscale: #818181. Windows color (decimal): -8096820 or 13398916. OLE color: 13398916.

HSL color Cylindrical-coordinate representation of color #8473CC: hue angle of 251.46º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8473CC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 115 204 -
CMYK 0.35 0.44 0 0.2
HSL 251.46º 0.47% 0.63% -
HSV(B) 251.46º 0.44% 0.8% -
XYZ 26.55 21.53 59.88 -
YUV 130.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 132 115 204 0.35 0.44 0 0.2 251.46 0.47 0.63
Hex 84 73 CC 23 2C 0 14 FB 2F 3F
Octal 204 163 314 43 54 0 24 373 57 77
Binary 10000100 1110011 11001100 100011 101100 0 10100 11111011 101111 111111

Color Harmonies of #8473CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8473CC

Black with #8473CC

Text Example


Text Example

White with #8473CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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