Html Css Color HEX #8150ED Medium Slate Blue

📋 copy color: '#8150ED'

red 129 ◦ green 80 ◦ blue 237

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

Shades of Medium Slate Blue #8150ED

Tints of Medium Slate Blue #8150ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.14%

R = 28.92%
G = 17.94%
B = 53.14%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8150ED (or 0x8150ED) is known color: Medium Slate Blue. HEX triplet: 81, 50 and ED. RGB value is (129,80,237). Sum of RGB (Red+Green+Blue) = 129+80+237=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #8150ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8150ED is #7EAF12. Grayscale: #6F6F6F. Windows color (decimal): -8302355 or 15552641. OLE color: 15552641.

HSL color Cylindrical-coordinate representation of color #8150ED: hue angle of 258.73º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8150ED is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 80 237 -
CMYK 0.46 0.66 0 0.07
HSL 258.73º 0.81% 0.62% -
HSV(B) 258.73º 0.66% 0.93% -
XYZ 27.21 16.52 81.88 -
YUV 112.55 198.23 139.73 -
System Red Green Blue C M Y K H S L
Decimal 129 80 237 0.46 0.66 0 0.07 258.73 0.81 0.62
Hex 81 50 ED 2E 42 0 7 103 51 3E
Octal 201 120 355 56 102 0 7 403 121 76
Binary 10000001 1010000 11101101 101110 1000010 0 111 100000011 1010001 111110

Color Harmonies of #8150ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8150ED

Black with #8150ED

Text Example


Text Example

White with #8150ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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