Html Css Color HEX #8462E0 Medium Slate Blue

📋 copy color: '#8462E0'

red 132 ◦ green 98 ◦ blue 224

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

Shades of Medium Slate Blue #8462E0

Tints of Medium Slate Blue #8462E0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.59%

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 29.07%
G = 21.59%
B = 49.34%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8462E0 (or 0x8462E0) is known color: Medium Slate Blue. HEX triplet: 84, 62 and E0. RGB value is (132,98,224). Sum of RGB (Red+Green+Blue) = 132+98+224=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #8462E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462E0 is #7B9D1F. Grayscale: #7A7A7A. Windows color (decimal): -8101152 or 14705284. OLE color: 14705284.

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

Color convert

RGB 132 98 224 -
CMYK 0.41 0.56 0 0.12
HSL 256.19º 0.67% 0.63% -
HSV(B) 256.19º 0.56% 0.88% -
XYZ 27.34 19.02 72.75 -
YUV 122.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 132 98 224 0.41 0.56 0 0.12 256.19 0.67 0.63
Hex 84 62 E0 29 38 0 C 100 43 3F
Octal 204 142 340 51 70 0 14 400 103 77
Binary 10000100 1100010 11100000 101001 111000 0 1100 100000000 1000011 111111

Color Harmonies of #8462E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8462E0

Black with #8462E0

Text Example


Text Example

White with #8462E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8462E0; }

 p { color: rgb(132,98,224); }

 H1.HeaderClassName
 {
   color: #8462E0;
 }
 .AnyTagClassName
 {
   color: #8462E0;
 }
</style>

background-color css

<style>
 a { background-color: #8462E0; }

 a { background-color: rgb(132,98,224); }

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

border-color css

<style>
 span { border-color: #8462E0; }

 span { border-color: rgb(132,98,224); }

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