Html Css Color HEX #7F50FE Medium Slate Blue

📋 copy color: '#7F50FE'

red 127 ◦ green 80 ◦ blue 254

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

Shades of Medium Slate Blue #7F50FE

Tints of Medium Slate Blue #7F50FE

RGB

 RED value IS 127 (50% from 255) = 27.55%

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

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

R = 27.55%
G = 17.35%
B = 55.1%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F50FE (or 0x7F50FE) is known color: Medium Slate Blue. HEX triplet: 7F, 50 and FE. RGB value is (127,80,254). Sum of RGB (Red+Green+Blue) = 127+80+254=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F50FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F50FE is #80AF01. Grayscale: #717171. Windows color (decimal): -8433410 or 16666751. OLE color: 16666751.

HSL color Cylindrical-coordinate representation of color #7F50FE: hue angle of 256.21º 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 #7F50FE is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 80 254 -
CMYK 0.50 0.69 0 0.00
HSL 256.21º 0.99% 0.65% -
HSV(B) 256.21º 0.69% 1% -
XYZ 29.51 17.41 95.57 -
YUV 113.89 207.07 137.35 -
System Red Green Blue C M Y K H S L
Decimal 127 80 254 0.50 0.69 0 0.00 256.21 0.99 0.65
Hex 7F 50 FE 32 45 0 0 100 63 41
Octal 177 120 376 62 105 0 0 400 143 101
Binary 1111111 1010000 11111110 110010 1000101 0 0 100000000 1100011 1000001

Color Harmonies of #7F50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F50FE

Black with #7F50FE

Text Example


Text Example

White with #7F50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F50FE; }

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

 H1.HeaderClassName
 {
   color: #7F50FE;
 }
 .AnyTagClassName
 {
   color: #7F50FE;
 }
</style>

background-color css

<style>
 a { background-color: #7F50FE; }

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

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

border-color css

<style>
 span { border-color: #7F50FE; }

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

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