Html Css Color HEX #8154ED Medium Slate Blue

📋 copy color: '#8154ED'

red 129 ◦ green 84 ◦ blue 237

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

Shades of Medium Slate Blue #8154ED

Tints of Medium Slate Blue #8154ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

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

R = 28.67%
G = 18.67%
B = 52.67%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8154ED (or 0x8154ED) is known color: Medium Slate Blue. HEX triplet: 81, 54 and ED. RGB value is (129,84,237). Sum of RGB (Red+Green+Blue) = 129+84+237=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #8154ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8154ED is #7EAB12. Grayscale: #727272. Windows color (decimal): -8301331 or 15553665. OLE color: 15553665.

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

Color convert

RGB 129 84 237 -
CMYK 0.46 0.65 0 0.07
HSL 257.65º 0.81% 0.63% -
HSV(B) 257.65º 0.65% 0.93% -
XYZ 27.51 17.12 81.98 -
YUV 114.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 129 84 237 0.46 0.65 0 0.07 257.65 0.81 0.63
Hex 81 54 ED 2E 41 0 7 102 51 3F
Octal 201 124 355 56 101 0 7 402 121 77
Binary 10000001 1010100 11101101 101110 1000001 0 111 100000010 1010001 111111

Color Harmonies of #8154ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8154ED

Black with #8154ED

Text Example


Text Example

White with #8154ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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