Html Css Color HEX #8471E5 Medium Slate Blue

📋 copy color: '#8471E5'

red 132 ◦ green 113 ◦ blue 229

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

Shades of Medium Slate Blue #8471E5

Tints of Medium Slate Blue #8471E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.31%

R = 27.85%
G = 23.84%
B = 48.31%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8471E5 (or 0x8471E5) is known color: Medium Slate Blue. HEX triplet: 84, 71 and E5. RGB value is (132,113,229). Sum of RGB (Red+Green+Blue) = 132+113+229=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #8471E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471E5 is #7B8E1A. Grayscale: #838383. Windows color (decimal): -8097307 or 15036804. OLE color: 15036804.

HSL color Cylindrical-coordinate representation of color #8471E5: hue angle of 249.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8471E5 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 113 229 -
CMYK 0.42 0.51 0 0.10
HSL 249.83º 0.69% 0.67% -
HSV(B) 249.83º 0.51% 0.9% -
XYZ 29.56 22.37 76.89 -
YUV 131.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 132 113 229 0.42 0.51 0 0.10 249.83 0.69 0.67
Hex 84 71 E5 2A 33 0 A FA 45 43
Octal 204 161 345 52 63 0 12 372 105 103
Binary 10000100 1110001 11100101 101010 110011 0 1010 11111010 1000101 1000011

Color Harmonies of #8471E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471E5

Black with #8471E5

Text Example


Text Example

White with #8471E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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