Html Css Color HEX #7F4FFA Medium Slate Blue

📋 copy color: '#7F4FFA'

red 127 ◦ green 79 ◦ blue 250

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

Shades of Medium Slate Blue #7F4FFA

Tints of Medium Slate Blue #7F4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.32%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 27.85%
G = 17.32%
B = 54.82%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F4FFA (or 0x7F4FFA) is known color: Medium Slate Blue. HEX triplet: 7F, 4F and FA. RGB value is (127,79,250). Sum of RGB (Red+Green+Blue) = 127+79+250=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F4FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F4FFA is #80B005. Grayscale: #707070. Windows color (decimal): -8433670 or 16404351. OLE color: 16404351.

HSL color Cylindrical-coordinate representation of color #7F4FFA: hue angle of 256.84º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F4FFA is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 79 250 -
CMYK 0.49 0.68 0 0.02
HSL 256.84º 0.94% 0.65% -
HSV(B) 256.84º 0.68% 0.98% -
XYZ 28.8 17.01 92.21 -
YUV 112.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 127 79 250 0.49 0.68 0 0.02 256.84 0.94 0.65
Hex 7F 4F FA 31 44 0 2 101 5E 41
Octal 177 117 372 61 104 0 2 401 136 101
Binary 1111111 1001111 11111010 110001 1000100 0 10 100000001 1011110 1000001

Color Harmonies of #7F4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4FFA

Black with #7F4FFA

Text Example


Text Example

White with #7F4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,79,250); }

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

background-color css

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

 a { background-color: rgb(127,79,250); }

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

border-color css

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

 span { border-color: rgb(127,79,250); }

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