Html Css Color HEX #8155F1 Medium Slate Blue

📋 copy color: '#8155F1'

red 129 ◦ green 85 ◦ blue 241

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

Shades of Medium Slate Blue #8155F1

Tints of Medium Slate Blue #8155F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 28.35%
G = 18.68%
B = 52.97%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8155F1 (or 0x8155F1) is known color: Medium Slate Blue. HEX triplet: 81, 55 and F1. RGB value is (129,85,241). Sum of RGB (Red+Green+Blue) = 129+85+241=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #8155F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155F1 is #7EAA0E. Grayscale: #737373. Windows color (decimal): -8301071 or 15816065. OLE color: 15816065.

HSL color Cylindrical-coordinate representation of color #8155F1: hue angle of 256.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8155F1 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 85 241 -
CMYK 0.46 0.65 0 0.05
HSL 256.92º 0.85% 0.64% -
HSV(B) 256.92º 0.65% 0.95% -
XYZ 28.18 17.52 85.11 -
YUV 115.94 198.58 137.32 -
System Red Green Blue C M Y K H S L
Decimal 129 85 241 0.46 0.65 0 0.05 256.92 0.85 0.64
Hex 81 55 F1 2E 41 0 5 101 55 40
Octal 201 125 361 56 101 0 5 401 125 100
Binary 10000001 1010101 11110001 101110 1000001 0 101 100000001 1010101 1000000

Color Harmonies of #8155F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155F1

Black with #8155F1

Text Example


Text Example

White with #8155F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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