Html Css Color HEX #8155EB Medium Slate Blue

📋 copy color: '#8155EB'

red 129 ◦ green 85 ◦ blue 235

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

Shades of Medium Slate Blue #8155EB

Tints of Medium Slate Blue #8155EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 28.73%
G = 18.93%
B = 52.34%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8155EB (or 0x8155EB) is known color: Medium Slate Blue. HEX triplet: 81, 55 and EB. RGB value is (129,85,235). Sum of RGB (Red+Green+Blue) = 129+85+235=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #8155EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155EB is #7EAA14. Grayscale: #727272. Windows color (decimal): -8301077 or 15422849. OLE color: 15422849.

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

Color convert

RGB 129 85 235 -
CMYK 0.45 0.64 0 0.08
HSL 257.6º 0.79% 0.63% -
HSV(B) 257.6º 0.64% 0.92% -
XYZ 27.3 17.16 80.47 -
YUV 115.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 129 85 235 0.45 0.64 0 0.08 257.6 0.79 0.63
Hex 81 55 EB 2D 40 0 8 102 4F 3F
Octal 201 125 353 55 100 0 10 402 117 77
Binary 10000001 1010101 11101011 101101 1000000 0 1000 100000010 1001111 111111

Color Harmonies of #8155EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155EB

Black with #8155EB

Text Example


Text Example

White with #8155EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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