Html Css Color HEX #8164EA Medium Slate Blue

📋 copy color: '#8164EA'

red 129 ◦ green 100 ◦ blue 234

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

Shades of Medium Slate Blue #8164EA

Tints of Medium Slate Blue #8164EA

RGB

 RED value IS 129 (50.78% from 255) = 27.86%

 GREEN value IS 100 (39.45% from 255) = 21.6%

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 27.86%
G = 21.6%
B = 50.54%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8164EA (or 0x8164EA) is known color: Medium Slate Blue. HEX triplet: 81, 64 and EA. RGB value is (129,100,234). Sum of RGB (Red+Green+Blue) = 129+100+234=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #8164EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8164EA is #7E9B15. Grayscale: #7B7B7B. Windows color (decimal): -8297238 or 15361153. OLE color: 15361153.

HSL color Cylindrical-coordinate representation of color #8164EA: hue angle of 252.99º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8164EA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 100 234 -
CMYK 0.45 0.57 0 0.08
HSL 252.99º 0.76% 0.65% -
HSV(B) 252.99º 0.57% 0.92% -
XYZ 28.46 19.72 80.15 -
YUV 123.95 190.11 131.6 -
System Red Green Blue C M Y K H S L
Decimal 129 100 234 0.45 0.57 0 0.08 252.99 0.76 0.65
Hex 81 64 EA 2D 39 0 8 FD 4C 41
Octal 201 144 352 55 71 0 10 375 114 101
Binary 10000001 1100100 11101010 101101 111001 0 1000 11111101 1001100 1000001

Color Harmonies of #8164EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8164EA

Black with #8164EA

Text Example


Text Example

White with #8164EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8164EA; }

 p { color: rgb(129,100,234); }

 H1.HeaderClassName
 {
   color: #8164EA;
 }
 .AnyTagClassName
 {
   color: #8164EA;
 }
</style>

background-color css

<style>
 a { background-color: #8164EA; }

 a { background-color: rgb(129,100,234); }

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

border-color css

<style>
 span { border-color: #8164EA; }

 span { border-color: rgb(129,100,234); }

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