Html Css Color HEX #8155E5 Medium Slate Blue

📋 copy color: '#8155E5'

red 129 ◦ green 85 ◦ blue 229

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

Shades of Medium Slate Blue #8155E5

Tints of Medium Slate Blue #8155E5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

 BLUE value IS 229 (89.84% from 255) = 51.69%

R = 29.12%
G = 19.19%
B = 51.69%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8155E5 (or 0x8155E5) is known color: Medium Slate Blue. HEX triplet: 81, 55 and E5. RGB value is (129,85,229). Sum of RGB (Red+Green+Blue) = 129+85+229=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #8155E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155E5 is #7EAA1A. Grayscale: #727272. Windows color (decimal): -8301083 or 15029633. OLE color: 15029633.

HSL color Cylindrical-coordinate representation of color #8155E5: hue angle of 258.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8155E5 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 129 85 229 -
CMYK 0.44 0.63 0 0.10
HSL 258.33º 0.73% 0.62% -
HSV(B) 258.33º 0.63% 0.9% -
XYZ 26.44 16.82 75.98 -
YUV 114.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 129 85 229 0.44 0.63 0 0.10 258.33 0.73 0.62
Hex 81 55 E5 2C 3F 0 A 102 49 3E
Octal 201 125 345 54 77 0 12 402 111 76
Binary 10000001 1010101 11100101 101100 111111 0 1010 100000010 1001001 111110

Color Harmonies of #8155E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155E5

Black with #8155E5

Text Example


Text Example

White with #8155E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8155E5; }

 p { color: rgb(129,85,229); }

 H1.HeaderClassName
 {
   color: #8155E5;
 }
 .AnyTagClassName
 {
   color: #8155E5;
 }
</style>

background-color css

<style>
 a { background-color: #8155E5; }

 a { background-color: rgb(129,85,229); }

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

border-color css

<style>
 span { border-color: #8155E5; }

 span { border-color: rgb(129,85,229); }

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