Html Css Color HEX #8158EE Medium Slate Blue

📋 copy color: '#8158EE'

red 129 ◦ green 88 ◦ blue 238

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

Shades of Medium Slate Blue #8158EE

Tints of Medium Slate Blue #8158EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.31%

R = 28.35%
G = 19.34%
B = 52.31%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8158EE (or 0x8158EE) is known color: Medium Slate Blue. HEX triplet: 81, 58 and EE. RGB value is (129,88,238). Sum of RGB (Red+Green+Blue) = 129+88+238=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #8158EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8158EE is #7EA711. Grayscale: #747474. Windows color (decimal): -8300306 or 15620225. OLE color: 15620225.

HSL color Cylindrical-coordinate representation of color #8158EE: hue angle of 256.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8158EE is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 88 238 -
CMYK 0.46 0.63 0 0.07
HSL 256.4º 0.82% 0.64% -
HSV(B) 256.4º 0.63% 0.93% -
XYZ 27.98 17.82 82.85 -
YUV 117.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 129 88 238 0.46 0.63 0 0.07 256.4 0.82 0.64
Hex 81 58 EE 2E 3F 0 7 100 52 40
Octal 201 130 356 56 77 0 7 400 122 100
Binary 10000001 1011000 11101110 101110 111111 0 111 100000000 1010010 1000000

Color Harmonies of #8158EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8158EE

Black with #8158EE

Text Example


Text Example

White with #8158EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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