Html Css Color HEX #8A50FE Medium Slate Blue

📋 copy color: '#8A50FE'

red 138 ◦ green 80 ◦ blue 254

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

Shades of Medium Slate Blue #8A50FE

Tints of Medium Slate Blue #8A50FE

RGB

 RED value IS 138 (54.3% from 255) = 29.24%

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

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 29.24%
G = 16.95%
B = 53.81%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8A50FE (or 0x8A50FE) is known color: Medium Slate Blue. HEX triplet: 8A, 50 and FE. RGB value is (138,80,254). Sum of RGB (Red+Green+Blue) = 138+80+254=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A50FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A50FE is #75AF01. Grayscale: #747474. Windows color (decimal): -7712514 or 16666762. OLE color: 16666762.

HSL color Cylindrical-coordinate representation of color #8A50FE: hue angle of 260º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A50FE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 80 254 -
CMYK 0.46 0.69 0 0.00
HSL 260º 0.99% 0.65% -
HSV(B) 260º 0.69% 1% -
XYZ 31.24 18.3 95.65 -
YUV 117.18 205.22 142.85 -
System Red Green Blue C M Y K H S L
Decimal 138 80 254 0.46 0.69 0 0.00 260 0.99 0.65
Hex 8A 50 FE 2E 45 0 0 104 63 41
Octal 212 120 376 56 105 0 0 404 143 101
Binary 10001010 1010000 11111110 101110 1000101 0 0 100000100 1100011 1000001

Color Harmonies of #8A50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A50FE

Black with #8A50FE

Text Example


Text Example

White with #8A50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A50FE; }

 p { color: rgb(138,80,254); }

 H1.HeaderClassName
 {
   color: #8A50FE;
 }
 .AnyTagClassName
 {
   color: #8A50FE;
 }
</style>

background-color css

<style>
 a { background-color: #8A50FE; }

 a { background-color: rgb(138,80,254); }

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

border-color css

<style>
 span { border-color: #8A50FE; }

 span { border-color: rgb(138,80,254); }

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