Html Css Color HEX #8173EA Medium Slate Blue

📋 copy color: '#8173EA'

red 129 ◦ green 115 ◦ blue 234

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

Shades of Medium Slate Blue #8173EA

Tints of Medium Slate Blue #8173EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

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

R = 26.99%
G = 24.06%
B = 48.95%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8173EA (or 0x8173EA) is known color: Medium Slate Blue. HEX triplet: 81, 73 and EA. RGB value is (129,115,234). Sum of RGB (Red+Green+Blue) = 129+115+234=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #8173EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8173EA is #7E8C15. Grayscale: #848484. Windows color (decimal): -8293398 or 15364993. OLE color: 15364993.

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

Color convert

RGB 129 115 234 -
CMYK 0.45 0.51 0 0.08
HSL 247.06º 0.74% 0.68% -
HSV(B) 247.06º 0.51% 0.92% -
XYZ 30.04 22.87 80.67 -
YUV 132.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 129 115 234 0.45 0.51 0 0.08 247.06 0.74 0.68
Hex 81 73 EA 2D 33 0 8 F7 4A 44
Octal 201 163 352 55 63 0 10 367 112 104
Binary 10000001 1110011 11101010 101101 110011 0 1000 11110111 1001010 1000100

Color Harmonies of #8173EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8173EA

Black with #8173EA

Text Example


Text Example

White with #8173EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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