Html Css Color HEX #8471CC Moody Blue

📋 copy color: '#8471CC'

red 132 ◦ green 113 ◦ blue 204

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

Shades of Moody Blue #8471CC

Tints of Moody Blue #8471CC

RGB

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

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

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

R = 29.4%
G = 25.17%
B = 45.43%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8471CC (or 0x8471CC) is known color: Moody Blue. HEX triplet: 84, 71 and CC. RGB value is (132,113,204). Sum of RGB (Red+Green+Blue) = 132+113+204=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #8471CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471CC is #7B8E33. Grayscale: #808080. Windows color (decimal): -8097332 or 13398404. OLE color: 13398404.

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

Color convert

RGB 132 113 204 -
CMYK 0.35 0.45 0 0.2
HSL 252.53º 0.47% 0.62% -
HSV(B) 252.53º 0.45% 0.8% -
XYZ 26.32 21.08 59.81 -
YUV 129.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 132 113 204 0.35 0.45 0 0.2 252.53 0.47 0.62
Hex 84 71 CC 23 2D 0 14 FD 2F 3E
Octal 204 161 314 43 55 0 24 375 57 76
Binary 10000100 1110001 11001100 100011 101101 0 10100 11111101 101111 111110

Color Harmonies of #8471CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471CC

Black with #8471CC

Text Example


Text Example

White with #8471CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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