Html Css Color HEX #7F54EF Medium Slate Blue

📋 copy color: '#7F54EF'

red 127 ◦ green 84 ◦ blue 239

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

Shades of Medium Slate Blue #7F54EF

Tints of Medium Slate Blue #7F54EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 28.22%
G = 18.67%
B = 53.11%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7F54EF (or 0x7F54EF) is known color: Medium Slate Blue. HEX triplet: 7F, 54 and EF. RGB value is (127,84,239). Sum of RGB (Red+Green+Blue) = 127+84+239=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F54EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F54EF is #80AB10. Grayscale: #717171. Windows color (decimal): -8432401 or 15684735. OLE color: 15684735.

HSL color Cylindrical-coordinate representation of color #7F54EF: hue angle of 256.65º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F54EF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 84 239 -
CMYK 0.47 0.65 0 0.06
HSL 256.65º 0.83% 0.63% -
HSV(B) 256.65º 0.65% 0.94% -
XYZ 27.5 17.08 83.51 -
YUV 114.53 198.25 136.9 -
System Red Green Blue C M Y K H S L
Decimal 127 84 239 0.47 0.65 0 0.06 256.65 0.83 0.63
Hex 7F 54 EF 2F 41 0 6 101 53 3F
Octal 177 124 357 57 101 0 6 401 123 77
Binary 1111111 1010100 11101111 101111 1000001 0 110 100000001 1010011 111111

Color Harmonies of #7F54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F54EF

Black with #7F54EF

Text Example


Text Example

White with #7F54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,84,239); }

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

background-color css

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

 a { background-color: rgb(127,84,239); }

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

border-color css

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

 span { border-color: rgb(127,84,239); }

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