Html Css Color HEX #7F49FE Medium Slate Blue

📋 copy color: '#7F49FE'

red 127 ◦ green 73 ◦ blue 254

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

Shades of Medium Slate Blue #7F49FE

Tints of Medium Slate Blue #7F49FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.08%

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

R = 27.97%
G = 16.08%
B = 55.95%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F49FE (or 0x7F49FE) is known color: Medium Slate Blue. HEX triplet: 7F, 49 and FE. RGB value is (127,73,254). Sum of RGB (Red+Green+Blue) = 127+73+254=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F49FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F49FE is #80B601. Grayscale: #6D6D6D. Windows color (decimal): -8435202 or 16664959. OLE color: 16664959.

HSL color Cylindrical-coordinate representation of color #7F49FE: hue angle of 257.9º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F49FE is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 73 254 -
CMYK 0.50 0.71 0 0.00
HSL 257.9º 0.99% 0.64% -
HSV(B) 257.9º 0.71% 1% -
XYZ 29.02 16.43 95.41 -
YUV 109.78 209.39 140.28 -
System Red Green Blue C M Y K H S L
Decimal 127 73 254 0.50 0.71 0 0.00 257.9 0.99 0.64
Hex 7F 49 FE 32 47 0 0 102 63 40
Octal 177 111 376 62 107 0 0 402 143 100
Binary 1111111 1001001 11111110 110010 1000111 0 0 100000010 1100011 1000000

Color Harmonies of #7F49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F49FE

Black with #7F49FE

Text Example


Text Example

White with #7F49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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