Html Css Color HEX #8156DB Medium Slate Blue

📋 copy color: '#8156DB'

red 129 ◦ green 86 ◦ blue 219

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

Shades of Medium Slate Blue #8156DB

Tints of Medium Slate Blue #8156DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.82%

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 29.72%
G = 19.82%
B = 50.46%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8156DB (or 0x8156DB) is known color: Medium Slate Blue. HEX triplet: 81, 56 and DB. RGB value is (129,86,219). Sum of RGB (Red+Green+Blue) = 129+86+219=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8156DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8156DB is #7EA924. Grayscale: #717171. Windows color (decimal): -8300837 or 14374529. OLE color: 14374529.

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

Color convert

RGB 129 86 219 -
CMYK 0.41 0.61 0 0.14
HSL 259.4º 0.65% 0.6% -
HSV(B) 259.4º 0.61% 0.86% -
XYZ 25.17 16.44 68.86 -
YUV 114.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 129 86 219 0.41 0.61 0 0.14 259.4 0.65 0.6
Hex 81 56 DB 29 3D 0 E 103 41 3C
Octal 201 126 333 51 75 0 16 403 101 74
Binary 10000001 1010110 11011011 101001 111101 0 1110 100000011 1000001 111100

Color Harmonies of #8156DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8156DB

Black with #8156DB

Text Example


Text Example

White with #8156DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8156DB; }

 p { color: rgb(129,86,219); }

 H1.HeaderClassName
 {
   color: #8156DB;
 }
 .AnyTagClassName
 {
   color: #8156DB;
 }
</style>

background-color css

<style>
 a { background-color: #8156DB; }

 a { background-color: rgb(129,86,219); }

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

border-color css

<style>
 span { border-color: #8156DB; }

 span { border-color: rgb(129,86,219); }

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