Html Css Color HEX #8150DF Medium Slate Blue

📋 copy color: '#8150DF'

red 129 ◦ green 80 ◦ blue 223

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

Shades of Medium Slate Blue #8150DF

Tints of Medium Slate Blue #8150DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

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

R = 29.86%
G = 18.52%
B = 51.62%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8150DF (or 0x8150DF) is known color: Medium Slate Blue. HEX triplet: 81, 50 and DF. RGB value is (129,80,223). Sum of RGB (Red+Green+Blue) = 129+80+223=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #8150DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150DF is #7EAF20. Grayscale: #6E6E6E. Windows color (decimal): -8302369 or 14635137. OLE color: 14635137.

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

Color convert

RGB 129 80 223 -
CMYK 0.42 0.64 0 0.13
HSL 260.56º 0.69% 0.59% -
HSV(B) 260.56º 0.64% 0.87% -
XYZ 25.24 15.73 71.52 -
YUV 110.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 129 80 223 0.42 0.64 0 0.13 260.56 0.69 0.59
Hex 81 50 DF 2A 40 0 D 105 45 3B
Octal 201 120 337 52 100 0 15 405 105 73
Binary 10000001 1010000 11011111 101010 1000000 0 1101 100000101 1000101 111011

Color Harmonies of #8150DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8150DF

Black with #8150DF

Text Example


Text Example

White with #8150DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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