Html Css Color HEX #8474E8 Medium Slate Blue

📋 copy color: '#8474E8'

red 132 ◦ green 116 ◦ blue 232

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

Shades of Medium Slate Blue #8474E8

Tints of Medium Slate Blue #8474E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.33%

R = 27.5%
G = 24.17%
B = 48.33%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8474E8 (or 0x8474E8) is known color: Medium Slate Blue. HEX triplet: 84, 74 and E8. RGB value is (132,116,232). Sum of RGB (Red+Green+Blue) = 132+116+232=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #8474E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8474E8 is #7B8B17. Grayscale: #858585. Windows color (decimal): -8096536 or 15234180. OLE color: 15234180.

HSL color Cylindrical-coordinate representation of color #8474E8: hue angle of 248.28º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8474E8 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 116 232 -
CMYK 0.43 0.50 0 0.09
HSL 248.28º 0.72% 0.68% -
HSV(B) 248.28º 0.5% 0.91% -
XYZ 30.33 23.22 79.23 -
YUV 134.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 132 116 232 0.43 0.50 0 0.09 248.28 0.72 0.68
Hex 84 74 E8 2B 32 0 9 F8 48 44
Octal 204 164 350 53 62 0 11 370 110 104
Binary 10000100 1110100 11101000 101011 110010 0 1001 11111000 1001000 1000100

Color Harmonies of #8474E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474E8

Black with #8474E8

Text Example


Text Example

White with #8474E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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