Html Css Color HEX #8474E1 Medium Slate Blue

📋 copy color: '#8474E1'

red 132 ◦ green 116 ◦ blue 225

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

Shades of Medium Slate Blue #8474E1

Tints of Medium Slate Blue #8474E1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.52%

 BLUE value IS 225 (88.28% from 255) = 47.57%

R = 27.91%
G = 24.52%
B = 47.57%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8474E1 (or 0x8474E1) is known color: Medium Slate Blue. HEX triplet: 84, 74 and E1. RGB value is (132,116,225). Sum of RGB (Red+Green+Blue) = 132+116+225=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #8474E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474E1 is #7B8B1E. Grayscale: #848484. Windows color (decimal): -8096543 or 14775428. OLE color: 14775428.

HSL color Cylindrical-coordinate representation of color #8474E1: hue angle of 248.81º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8474E1 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 116 225 -
CMYK 0.41 0.48 0 0.12
HSL 248.81º 0.64% 0.67% -
HSV(B) 248.81º 0.48% 0.88% -
XYZ 29.35 22.83 74.09 -
YUV 133.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 132 116 225 0.41 0.48 0 0.12 248.81 0.64 0.67
Hex 84 74 E1 29 30 0 C F9 40 43
Octal 204 164 341 51 60 0 14 371 100 103
Binary 10000100 1110100 11100001 101001 110000 0 1100 11111001 1000000 1000011

Color Harmonies of #8474E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474E1

Black with #8474E1

Text Example


Text Example

White with #8474E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8474E1; }

 p { color: rgb(132,116,225); }

 H1.HeaderClassName
 {
   color: #8474E1;
 }
 .AnyTagClassName
 {
   color: #8474E1;
 }
</style>

background-color css

<style>
 a { background-color: #8474E1; }

 a { background-color: rgb(132,116,225); }

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

border-color css

<style>
 span { border-color: #8474E1; }

 span { border-color: rgb(132,116,225); }

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