Html Css Color HEX #8474EE Medium Slate Blue

📋 copy color: '#8474EE'

red 132 ◦ green 116 ◦ blue 238

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

Shades of Medium Slate Blue #8474EE

Tints of Medium Slate Blue #8474EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 27.16%
G = 23.87%
B = 48.97%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8474EE (or 0x8474EE) is known color: Medium Slate Blue. HEX triplet: 84, 74 and EE. RGB value is (132,116,238). Sum of RGB (Red+Green+Blue) = 132+116+238=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #8474EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8474EE is #7B8B11. Grayscale: #868686. Windows color (decimal): -8096530 or 15627396. OLE color: 15627396.

HSL color Cylindrical-coordinate representation of color #8474EE: hue angle of 247.87º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8474EE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 116 238 -
CMYK 0.45 0.51 0 0.07
HSL 247.87º 0.78% 0.69% -
HSV(B) 247.87º 0.51% 0.93% -
XYZ 31.19 23.57 83.79 -
YUV 134.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 132 116 238 0.45 0.51 0 0.07 247.87 0.78 0.69
Hex 84 74 EE 2D 33 0 7 F8 4E 45
Octal 204 164 356 55 63 0 7 370 116 105
Binary 10000100 1110100 11101110 101101 110011 0 111 11111000 1001110 1000101

Color Harmonies of #8474EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474EE

Black with #8474EE

Text Example


Text Example

White with #8474EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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