Html Css Color HEX #8155E7 Medium Slate Blue

📋 copy color: '#8155E7'

red 129 ◦ green 85 ◦ blue 231

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

Shades of Medium Slate Blue #8155E7

Tints of Medium Slate Blue #8155E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.91%

R = 28.99%
G = 19.1%
B = 51.91%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8155E7 (or 0x8155E7) is known color: Medium Slate Blue. HEX triplet: 81, 55 and E7. RGB value is (129,85,231). Sum of RGB (Red+Green+Blue) = 129+85+231=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #8155E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155E7 is #7EAA18. Grayscale: #727272. Windows color (decimal): -8301081 or 15160705. OLE color: 15160705.

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

Color convert

RGB 129 85 231 -
CMYK 0.44 0.63 0 0.09
HSL 258.08º 0.75% 0.62% -
HSV(B) 258.08º 0.63% 0.91% -
XYZ 26.73 16.93 77.46 -
YUV 114.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 129 85 231 0.44 0.63 0 0.09 258.08 0.75 0.62
Hex 81 55 E7 2C 3F 0 9 102 4B 3E
Octal 201 125 347 54 77 0 11 402 113 76
Binary 10000001 1010101 11100111 101100 111111 0 1001 100000010 1001011 111110

Color Harmonies of #8155E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155E7

Black with #8155E7

Text Example


Text Example

White with #8155E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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