Html Css Color HEX #8472EC Medium Slate Blue

📋 copy color: '#8472EC'

red 132 ◦ green 114 ◦ blue 236

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

Shades of Medium Slate Blue #8472EC

Tints of Medium Slate Blue #8472EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 27.39%
G = 23.65%
B = 48.96%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8472EC (or 0x8472EC) is known color: Medium Slate Blue. HEX triplet: 84, 72 and EC. RGB value is (132,114,236). Sum of RGB (Red+Green+Blue) = 132+114+236=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #8472EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8472EC is #7B8D13. Grayscale: #848484. Windows color (decimal): -8097044 or 15495812. OLE color: 15495812.

HSL color Cylindrical-coordinate representation of color #8472EC: hue angle of 248.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8472EC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 114 236 -
CMYK 0.44 0.52 0 0.07
HSL 248.85º 0.76% 0.69% -
HSV(B) 248.85º 0.52% 0.93% -
XYZ 30.67 23 82.18 -
YUV 133.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 132 114 236 0.44 0.52 0 0.07 248.85 0.76 0.69
Hex 84 72 EC 2C 34 0 7 F9 4C 45
Octal 204 162 354 54 64 0 7 371 114 105
Binary 10000100 1110010 11101100 101100 110100 0 111 11111001 1001100 1000101

Color Harmonies of #8472EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8472EC

Black with #8472EC

Text Example


Text Example

White with #8472EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8472EC; }

 p { color: rgb(132,114,236); }

 H1.HeaderClassName
 {
   color: #8472EC;
 }
 .AnyTagClassName
 {
   color: #8472EC;
 }
</style>

background-color css

<style>
 a { background-color: #8472EC; }

 a { background-color: rgb(132,114,236); }

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

border-color css

<style>
 span { border-color: #8472EC; }

 span { border-color: rgb(132,114,236); }

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