Html Css Color HEX #8151DD Medium Slate Blue

📋 copy color: '#8151DD'

red 129 ◦ green 81 ◦ blue 221

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

Shades of Medium Slate Blue #8151DD

Tints of Medium Slate Blue #8151DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

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

R = 29.93%
G = 18.79%
B = 51.28%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8151DD (or 0x8151DD) is known color: Medium Slate Blue. HEX triplet: 81, 51 and DD. RGB value is (129,81,221). Sum of RGB (Red+Green+Blue) = 129+81+221=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #8151DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151DD is #7EAE22. Grayscale: #6E6E6E. Windows color (decimal): -8302115 or 14504321. OLE color: 14504321.

HSL color Cylindrical-coordinate representation of color #8151DD: hue angle of 260.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8151DD is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 81 221 -
CMYK 0.42 0.63 0 0.13
HSL 260.57º 0.67% 0.59% -
HSV(B) 260.57º 0.63% 0.87% -
XYZ 25.05 15.77 70.13 -
YUV 111.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 129 81 221 0.42 0.63 0 0.13 260.57 0.67 0.59
Hex 81 51 DD 2A 3F 0 D 105 43 3B
Octal 201 121 335 52 77 0 15 405 103 73
Binary 10000001 1010001 11011101 101010 111111 0 1101 100000101 1000011 111011

Color Harmonies of #8151DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8151DD

Black with #8151DD

Text Example


Text Example

White with #8151DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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