Html Css Color HEX #8150DE Medium Slate Blue

📋 copy color: '#8150DE'

red 129 ◦ green 80 ◦ blue 222

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

Shades of Medium Slate Blue #8150DE

Tints of Medium Slate Blue #8150DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 29.93%
G = 18.56%
B = 51.51%

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

#8150DE (or 0x8150DE) is known color: Medium Slate Blue. HEX triplet: 81, 50 and DE. RGB value is (129,80,222). Sum of RGB (Red+Green+Blue) = 129+80+222=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #8150DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150DE is #7EAF21. Grayscale: #6E6E6E. Windows color (decimal): -8302370 or 14569601. OLE color: 14569601.

HSL color Cylindrical-coordinate representation of color #8150DE: hue angle of 260.7º degrees, saturation: 0.68, 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 #8150DE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 80 222 -
CMYK 0.42 0.64 0 0.13
HSL 260.7º 0.68% 0.59% -
HSV(B) 260.7º 0.64% 0.87% -
XYZ 25.11 15.68 70.81 -
YUV 110.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 129 80 222 0.42 0.64 0 0.13 260.7 0.68 0.59
Hex 81 50 DE 2A 40 0 D 105 44 3B
Octal 201 120 336 52 100 0 15 405 104 73
Binary 10000001 1010000 11011110 101010 1000000 0 1101 100000101 1000100 111011

Color Harmonies of #8150DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8150DE

Black with #8150DE

Text Example


Text Example

White with #8150DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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