Html Css Color HEX #8158DC Medium Slate Blue

📋 copy color: '#8158DC'

red 129 ◦ green 88 ◦ blue 220

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

Shades of Medium Slate Blue #8158DC

Tints of Medium Slate Blue #8158DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 29.52%
G = 20.14%
B = 50.34%

CMYK

 C value IS 0.41

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8158DC (or 0x8158DC) is known color: Medium Slate Blue. HEX triplet: 81, 58 and DC. RGB value is (129,88,220). Sum of RGB (Red+Green+Blue) = 129+88+220=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #8158DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158DC is #7EA723. Grayscale: #727272. Windows color (decimal): -8300324 or 14440577. OLE color: 14440577.

HSL color Cylindrical-coordinate representation of color #8158DC: hue angle of 258.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8158DC is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 88 220 -
CMYK 0.41 0.6 0 0.14
HSL 258.64º 0.65% 0.6% -
HSV(B) 258.64º 0.6% 0.86% -
XYZ 25.46 16.81 69.61 -
YUV 115.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 129 88 220 0.41 0.6 0 0.14 258.64 0.65 0.6
Hex 81 58 DC 29 3C 0 E 103 41 3C
Octal 201 130 334 51 74 0 16 403 101 74
Binary 10000001 1011000 11011100 101001 111100 0 1110 100000011 1000001 111100

Color Harmonies of #8158DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8158DC

Black with #8158DC

Text Example


Text Example

White with #8158DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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