Html Css Color HEX #8471C8 Moody Blue

📋 copy color: '#8471C8'

red 132 ◦ green 113 ◦ blue 200

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

Shades of Moody Blue #8471C8

Tints of Moody Blue #8471C8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.39%

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 29.66%
G = 25.39%
B = 44.94%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8471C8 (or 0x8471C8) is known color: Moody Blue. HEX triplet: 84, 71 and C8. RGB value is (132,113,200). Sum of RGB (Red+Green+Blue) = 132+113+200=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #8471C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471C8 is #7B8E37. Grayscale: #808080. Windows color (decimal): -8097336 or 13136260. OLE color: 13136260.

HSL color Cylindrical-coordinate representation of color #8471C8: hue angle of 253.1º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8471C8 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 113 200 -
CMYK 0.34 0.44 0 0.22
HSL 253.1º 0.44% 0.61% -
HSV(B) 253.1º 0.44% 0.78% -
XYZ 25.85 20.89 57.31 -
YUV 128.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 132 113 200 0.34 0.44 0 0.22 253.1 0.44 0.61
Hex 84 71 C8 22 2C 0 16 FD 2C 3D
Octal 204 161 310 42 54 0 26 375 54 75
Binary 10000100 1110001 11001000 100010 101100 0 10110 11111101 101100 111101

Color Harmonies of #8471C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471C8

Black with #8471C8

Text Example


Text Example

White with #8471C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8471C8; }

 p { color: rgb(132,113,200); }

 H1.HeaderClassName
 {
   color: #8471C8;
 }
 .AnyTagClassName
 {
   color: #8471C8;
 }
</style>

background-color css

<style>
 a { background-color: #8471C8; }

 a { background-color: rgb(132,113,200); }

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

border-color css

<style>
 span { border-color: #8471C8; }

 span { border-color: rgb(132,113,200); }

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