Html Css Color HEX #8157EA Medium Slate Blue

📋 copy color: '#8157EA'

red 129 ◦ green 87 ◦ blue 234

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

Shades of Medium Slate Blue #8157EA

Tints of Medium Slate Blue #8157EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.33%

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

R = 28.67%
G = 19.33%
B = 52%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8157EA (or 0x8157EA) is known color: Medium Slate Blue. HEX triplet: 81, 57 and EA. RGB value is (129,87,234). Sum of RGB (Red+Green+Blue) = 129+87+234=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #8157EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8157EA is #7EA815. Grayscale: #737373. Windows color (decimal): -8300566 or 15357825. OLE color: 15357825.

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

Color convert

RGB 129 87 234 -
CMYK 0.45 0.63 0 0.08
HSL 257.14º 0.78% 0.63% -
HSV(B) 257.14º 0.63% 0.92% -
XYZ 27.31 17.42 79.77 -
YUV 116.32 194.41 137.05 -
System Red Green Blue C M Y K H S L
Decimal 129 87 234 0.45 0.63 0 0.08 257.14 0.78 0.63
Hex 81 57 EA 2D 3F 0 8 101 4E 3F
Octal 201 127 352 55 77 0 10 401 116 77
Binary 10000001 1010111 11101010 101101 111111 0 1000 100000001 1001110 111111

Color Harmonies of #8157EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8157EA

Black with #8157EA

Text Example


Text Example

White with #8157EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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