Html Css Color HEX #8158DF Medium Slate Blue

📋 copy color: '#8158DF'

red 129 ◦ green 88 ◦ blue 223

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

Shades of Medium Slate Blue #8158DF

Tints of Medium Slate Blue #8158DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 29.32%
G = 20%
B = 50.68%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8158DF (or 0x8158DF) is known color: Medium Slate Blue. HEX triplet: 81, 58 and DF. RGB value is (129,88,223). Sum of RGB (Red+Green+Blue) = 129+88+223=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8158DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158DF is #7EA720. Grayscale: #737373. Windows color (decimal): -8300321 or 14637185. OLE color: 14637185.

HSL color Cylindrical-coordinate representation of color #8158DF: hue angle of 258.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8158DF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 88 223 -
CMYK 0.42 0.61 0 0.13
HSL 258.22º 0.68% 0.61% -
HSV(B) 258.22º 0.61% 0.87% -
XYZ 25.86 16.97 71.73 -
YUV 115.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 129 88 223 0.42 0.61 0 0.13 258.22 0.68 0.61
Hex 81 58 DF 2A 3D 0 D 102 44 3D
Octal 201 130 337 52 75 0 15 402 104 75
Binary 10000001 1011000 11011111 101010 111101 0 1101 100000010 1000100 111101

Color Harmonies of #8158DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8158DF

Black with #8158DF

Text Example


Text Example

White with #8158DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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