Html Css Color HEX #8158FE Medium Slate Blue

📋 copy color: '#8158FE'

red 129 ◦ green 88 ◦ blue 254

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

Shades of Medium Slate Blue #8158FE

Tints of Medium Slate Blue #8158FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.68%

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 27.39%
G = 18.68%
B = 53.93%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8158FE (or 0x8158FE) is known color: Medium Slate Blue. HEX triplet: 81, 58 and FE. RGB value is (129,88,254). Sum of RGB (Red+Green+Blue) = 129+88+254=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8158FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8158FE is #7EA701. Grayscale: #767676. Windows color (decimal): -8300290 or 16668801. OLE color: 16668801.

HSL color Cylindrical-coordinate representation of color #8158FE: hue angle of 254.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8158FE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 88 254 -
CMYK 0.49 0.65 0 0.00
HSL 254.82º 0.99% 0.67% -
HSV(B) 254.82º 0.65% 1% -
XYZ 30.43 18.8 95.79 -
YUV 119.18 204.08 135 -
System Red Green Blue C M Y K H S L
Decimal 129 88 254 0.49 0.65 0 0.00 254.82 0.99 0.67
Hex 81 58 FE 31 41 0 0 FF 63 43
Octal 201 130 376 61 101 0 0 377 143 103
Binary 10000001 1011000 11111110 110001 1000001 0 0 11111111 1100011 1000011

Color Harmonies of #8158FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8158FE

Black with #8158FE

Text Example


Text Example

White with #8158FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8158FE; }

 p { color: rgb(129,88,254); }

 H1.HeaderClassName
 {
   color: #8158FE;
 }
 .AnyTagClassName
 {
   color: #8158FE;
 }
</style>

background-color css

<style>
 a { background-color: #8158FE; }

 a { background-color: rgb(129,88,254); }

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

border-color css

<style>
 span { border-color: #8158FE; }

 span { border-color: rgb(129,88,254); }

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