Html Css Color HEX #8158DD Medium Slate Blue

📋 copy color: '#8158DD'

red 129 ◦ green 88 ◦ blue 221

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

Shades of Medium Slate Blue #8158DD

Tints of Medium Slate Blue #8158DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 29.45%
G = 20.09%
B = 50.46%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8158DD (or 0x8158DD) is known color: Medium Slate Blue. HEX triplet: 81, 58 and DD. RGB value is (129,88,221). Sum of RGB (Red+Green+Blue) = 129+88+221=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8158DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158DD is #7EA722. Grayscale: #727272. Windows color (decimal): -8300323 or 14506113. OLE color: 14506113.

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

Color convert

RGB 129 88 221 -
CMYK 0.42 0.60 0 0.13
HSL 258.5º 0.66% 0.61% -
HSV(B) 258.5º 0.6% 0.87% -
XYZ 25.59 16.87 70.31 -
YUV 115.42 187.58 137.69 -
System Red Green Blue C M Y K H S L
Decimal 129 88 221 0.42 0.60 0 0.13 258.5 0.66 0.61
Hex 81 58 DD 2A 3C 0 D 102 42 3D
Octal 201 130 335 52 74 0 15 402 102 75
Binary 10000001 1011000 11011101 101010 111100 0 1101 100000010 1000010 111101

Color Harmonies of #8158DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8158DD

Black with #8158DD

Text Example


Text Example

White with #8158DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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